Changeset 35182 in osm for applications/editors/josm/plugins/importvec/src
- Timestamp:
- 2019-10-10T17:28:47+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/SvgImportTask.java
r35074 r35182 75 75 } 76 76 Node nd = new Node(projection.eastNorth2latlon(center.add(x * scale, -y * scale))); 77 if (nd. getCoor().isOutSideWorld()) {77 if (nd.isOutSideWorld()) { 78 78 throw new IOException("Shape goes outside the world"); 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.