Changeset 16290 in osm for applications/editors/josm/plugins/livegps/src
- Timestamp:
- 2009-07-03T12:34:14+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java
r14057 r16290 74 74 { 75 75 if (lastPoint != null) 76 Main.map.mapView.zoomTo(lastPoint.eastNorth , Main.map.mapView.getScale());76 Main.map.mapView.zoomTo(lastPoint.eastNorth); 77 77 } 78 78
Note:
See TracChangeset
for help on using the changeset viewer.