Changeset 4126 in josm for trunk/test/functional/org/openstreetmap/josm/fixtures
- Timestamp:
- 2011-06-07T19:05:14+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/fixtures/JOSMFixture.java
r3988 r4126 68 68 69 69 // init projection 70 Main. proj =new Mercator();70 Main.setProjection(new Mercator()); 71 71 72 72 // make sure we don't upload to or test against production
Note:
See TracChangeset
for help on using the changeset viewer.