Changeset 29531 in osm for applications/editors/josm/plugins/editgpx/src/org/openstreetmap
- Timestamp:
- 2013-04-23T13:17:15+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java
r27977 r29531 109 109 for (EditGpxWayPoint wayPoint: segment.getWayPoints()) { 110 110 if (!wayPoint.isDeleted()) { 111 Point pnt = Main.map.mapView.getPoint(wayPoint.getCoor().getEastNorth());111 Point pnt = mv.getPoint(wayPoint.getCoor().getEastNorth()); 112 112 g.drawOval(pnt.x - 2, pnt.y - 2, 4, 4); 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.