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

[josm_plugins] update to JOSM 7817

Location:
applications/editors/josm/plugins/wikipedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/wikipedia/build.xml

    r31035 r31114  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="7521"/>
     7    <property name="plugin.main.version" value="7817"/>
    88    <property name="plugin.canloadatruntime" value="true"/>
    99
  • TabularUnified 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.