Changeset 26509 in osm for applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap
- Timestamp:
- 2011-08-11T00:45:56+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/ChannelDiGraphLayer.java
r25501 r26509 150 150 151 151 private Point getCoord(OSMNode node, MapView mv) { 152 return mv.getPoint(Main. proj.latlon2eastNorth(new LatLon(node.getLatitude(), node.getLongitude())));152 return mv.getPoint(Main.getProjection().latlon2eastNorth(new LatLon(node.getLatitude(), node.getLongitude()))); 153 153 } 154 154
Note:
See TracChangeset
for help on using the changeset viewer.