Changeset 31114 in osm for applications/editors/josm/plugins/wikipedia
- Timestamp:
- 2015-05-03T18:52:19+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/wikipedia
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/wikipedia/build.xml ¶
r31035 r31114 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="7 521"/>7 <property name="plugin.main.version" value="7817"/> 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 9 -
TabularUnified 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.