Changeset 5556 in josm for trunk/test/functional/org/openstreetmap/josm/fixtures
- Timestamp:
- 2012-11-03T18:32:39+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/fixtures/JOSMFixture.java
r4126 r5556 12 12 import org.openstreetmap.josm.Main; 13 13 import org.openstreetmap.josm.data.Preferences; 14 import org.openstreetmap.josm.data.projection. Mercator;14 import org.openstreetmap.josm.data.projection.Projections; 15 15 import org.openstreetmap.josm.io.OsmApi; 16 16 import org.openstreetmap.josm.tools.I18n; … … 68 68 69 69 // init projection 70 Main.setProjection( newMercator());70 Main.setProjection(Projections.getProjectionByCode("EPSG:3857")); // 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.