Changeset 34142 in osm for applications/editors/josm/plugins/OsmInspectorPlugin/src
- Timestamp:
- 2018-04-08T02:28:15+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/OsmInspectorLayer.java
r33925 r34142 356 356 CRS.decode(Main.getProjection().toCode()); 357 357 crsOSMI = CRS.decode("EPSG:4326"); 358 content = new MapContent(crsOSMI); 358 content = new MapContent(); 359 content.getViewport().setCoordinateReferenceSystem(crsOSMI); 359 360 360 361 selectGeomType.add(GeomType.POINT);
Note:
See TracChangeset
for help on using the changeset viewer.