Changeset 30567 in osm for applications/editors/josm
- Timestamp:
- 2014-08-06T10:11:19+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReader.java
r30566 r30567 104 104 } 105 105 }); 106 } else { 107 // Always use WGS84 in headless mode (used for unit tests only) 108 crs = wgs84; 106 109 } 107 110 if (crs != null) {
Note:
See TracChangeset
for help on using the changeset viewer.