Changeset 31114 in osm for applications/editors/josm/plugins/walkingpapers/src
- Timestamp:
- 2015-05-03T18:52:19+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java
r30737 r31114 79 79 BoundingXYVisitor bbox = new BoundingXYVisitor(); 80 80 bbox.visit(printBounds); 81 Main.map.mapView. recalculateCenterScale(bbox);81 Main.map.mapView.zoomTo(bbox); 82 82 needRedraw = true; 83 83 }
Note:
See TracChangeset
for help on using the changeset viewer.