Changeset 4129 in josm for trunk/src/org/openstreetmap/josm/data/osm
- Timestamp:
- 2011-06-08T09:07:30+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitor.java
r4126 r4129 67 67 visit(((CachedLatLon)latlon).getEastNorth()); 68 68 } else { 69 visit(Main. proj.latlon2eastNorth(latlon));69 visit(Main.getProjection().latlon2eastNorth(latlon)); 70 70 } 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
