Changeset 31413 in osm for applications/editors/josm/plugins/photoadjust/src/org
- Timestamp:
- 2015-07-27T20:03:00+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java
r30886 r31413 166 166 MouseEvent evt) { 167 167 final LatLon photoLL = photo.getPos(); 168 if (photoLL == null) { 169 // Direction cannot be set if image doesn't have a position. 170 return; 171 } 168 172 final LatLon mouseLL = Main.map.mapView.getLatLon(evt.getX(), evt.getY()); 169 173 // The projection doesn't matter here.
Note:
See TracChangeset
for help on using the changeset viewer.