Changeset 25901 in osm for applications/editors
- Timestamp:
- 2011-04-26T03:53:57+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImproveWayAccuracy/src/org/openstreetmap/josm/plugins/iwa/IWAMode.java
r25899 r25901 337 337 updateStateByCurrentSelection(); 338 338 } 339 } else if (state == State.improving) { 339 } else if (state == State.improving && mousePos != null) { 340 340 // Checking if the new coordinate is outside of the world 341 341 if (mv.getLatLon(mousePos.x, mousePos.y).isOutSideWorld()) {
Note:
See TracChangeset
for help on using the changeset viewer.