Changeset 3251 in josm for trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java
- Timestamp:
- 2010-05-15T15:15:51+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java
r2986 r3251 57 57 return; 58 58 } 59 zoomTo(sel); 60 } 61 62 public static void zoomTo(Collection<OsmPrimitive> sel) { 59 63 BoundingXYVisitor bboxCalculator = new BoundingXYVisitor(); 60 64 bboxCalculator.computeBoundingBox(sel);
Note:
See TracChangeset
for help on using the changeset viewer.