Changeset 29531 in osm for applications/editors/josm/plugins/measurement/src
- Timestamp:
- 2013-04-23T13:17:15+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/measurement/src/org/openstreetmap/josm/plugins/measurement/MeasurementLayer.java ΒΆ
r28898 r29531 76 76 Point l = null; 77 77 for(WayPoint p:points){ 78 Point pnt = Main.map.mapView.getPoint(p.getCoor());78 Point pnt = mv.getPoint(p.getCoor()); 79 79 if (l != null){ 80 80 g.drawLine(l.x, l.y, pnt.x, pnt.y);
Note:
See TracChangeset
for help on using the changeset viewer.