Ignore:
Timestamp:
2011-05-02T20:38:56+02:00 (13 years ago)
Author:
jttt
Message:

Adapt to latest josm

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

Legend:

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

    r25199 r25933  
    3333        <property name="commit.message" value="show error if script cannot be executed" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3835" />
     35        <property name="plugin.main.version" value="4065" />
    3636
    3737
  • applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtTool.java

    r25274 r25933  
    114114        ProjectionBounds bounds = Main.map.mapView.getProjectionBounds();
    115115        return Main.map.mapView.getWidth() /
    116                 (bounds.max.east() - bounds.min.east());
     116                (bounds.maxEast - bounds.minEast);
    117117    }
    118118
Note: See TracChangeset for help on using the changeset viewer.