Changeset 29026 in osm for applications/editors/josm/plugins/geotools/src
- Timestamp:
- 2012-12-03T22:39:01+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
r28953 r29026 20 20 super(info); 21 21 initJAI(); 22 initGeoTools(); 22 23 checkEPSG(); 23 24 } … … 62 63 } 63 64 } 65 66 private void initGeoTools() { 67 // Force Axis order. Fix #8248 68 // See http://docs.geotools.org/stable/userguide/library/referencing/order.html 69 System.setProperty("org.geotools.referencing.forceXY", "true"); 70 } 64 71 65 72 private void checkEPSG() {
Note:
See TracChangeset
for help on using the changeset viewer.