Ignore:
Timestamp:
2015-05-03T18:52:19+02:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] update to JOSM 7817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaToggleDialog.java

    r30737 r31114  
    7474                            BoundingXYVisitor bbox = new BoundingXYVisitor();
    7575                            bbox.visit(entry.coordinate);
    76                             Main.map.mapView.recalculateCenterScale(bbox);
     76                            Main.map.mapView.zoomTo(bbox);
    7777                        }
    7878                        SearchAction.search(entry.name.replaceAll("\\(.*\\)", ""), SearchAction.SearchMode.replace);
Note: See TracChangeset for help on using the changeset viewer.