Changeset 31114 in osm for applications/editors/josm/plugins/wikipedia/src
- Timestamp:
- 2015-05-03T18:52:19+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaToggleDialog.java
r30737 r31114 74 74 BoundingXYVisitor bbox = new BoundingXYVisitor(); 75 75 bbox.visit(entry.coordinate); 76 Main.map.mapView. recalculateCenterScale(bbox);76 Main.map.mapView.zoomTo(bbox); 77 77 } 78 78 SearchAction.search(entry.name.replaceAll("\\(.*\\)", ""), SearchAction.SearchMode.replace);
Note:
See TracChangeset
for help on using the changeset viewer.