Changeset 14120 in josm for trunk/test/functional/org/openstreetmap/josm/gui/conflict
- Timestamp:
- 2018-08-11T17:29:48+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/conflict/pair/properties/PropertiesMergerTestFT.java
r9546 r14120 6 6 import javax.swing.JFrame; 7 7 8 import org.openstreetmap.josm.Main;9 8 import org.openstreetmap.josm.data.conflict.Conflict; 10 9 import org.openstreetmap.josm.data.coor.LatLon; 11 10 import org.openstreetmap.josm.data.osm.Node; 12 11 import org.openstreetmap.josm.data.osm.OsmPrimitive; 12 import org.openstreetmap.josm.data.projection.ProjectionRegistry; 13 13 import org.openstreetmap.josm.data.projection.Projections; 14 14 … … 18 18 19 19 protected void build() { 20 Main.setProjection(Projections.getProjectionByCode("EPSG:4326")); // WGS 8420 ProjectionRegistry.setProjection(Projections.getProjectionByCode("EPSG:4326")); // WGS 84 21 21 22 22 setLayout(new BorderLayout());
Note:
See TracChangeset
for help on using the changeset viewer.