Changeset 31114 in osm for applications/editors/josm/plugins/piclayer/src
- Timestamp:
- 2015-05-03T18:52:19+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/actions/newlayer/NewLayerFromFileAction.java
r30737 r31114 172 172 BoundingXYVisitor v = new BoundingXYVisitor(); 173 173 layer.visitBoundingBox(v); 174 Main.map.mapView. recalculateCenterScale(v);174 Main.map.mapView.zoomTo(v); 175 175 } 176 176 }
Note:
See TracChangeset
for help on using the changeset viewer.