Changeset 35976 in osm for applications/editors/josm/plugins/turnlanes/src
- Timestamp:
- 2022-06-14T20:11:21+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/GuiUtil.java
r34566 r35976 134 134 135 135 public static Point2D loc(Node node) { 136 final EastNorth loc = ProjectionRegistry.getProjection().latlon2eastNorth(node.getCoor());136 final EastNorth loc = node.getEastNorth(); 137 137 return new Point2D.Double(loc.getX(), -loc.getY()); 138 138 }
Note:
See TracChangeset
for help on using the changeset viewer.