Changeset 16294 in osm for applications/editors/josm/plugins/livegps/src
- Timestamp:
- 2009-07-03T23:35:00+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java
r16290 r16294 74 74 { 75 75 if (lastPoint != null) 76 Main.map.mapView.zoomTo(lastPoint. eastNorth);76 Main.map.mapView.zoomTo(lastPoint.getCoor()); 77 77 } 78 78 … … 116 116 if (lastPoint != null) 117 117 { 118 Point screen = mv.getPoint(lastPoint. eastNorth);118 Point screen = mv.getPoint(lastPoint.getCoor()); 119 119 g.setColor(Main.pref.getColor(KEY_LIVEGPS_COLOR, Color.RED)); 120 120 g.drawOval(screen.x-10, screen.y-10,20,20);
Note:
See TracChangeset
for help on using the changeset viewer.
