Changeset 7817 in josm for trunk/src/org/openstreetmap/josm/io/remotecontrol/handler
- Timestamp:
- 2014-12-17T13:46:53+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadAndZoomHandler.java
r7521 r7817 244 244 BoundingXYVisitor bbox1 = new BoundingXYVisitor(); 245 245 bbox1.visit(bbox); 246 Main.map.mapView. recalculateCenterScale(bbox1);246 Main.map.mapView.zoomTo(bbox1); 247 247 } 248 248 });
Note:
See TracChangeset
for help on using the changeset viewer.
