Changeset 25933 in osm for applications/editors/josm/plugins/ext_tools/src
- Timestamp:
- 2011-05-02T20:38:56+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtTool.java
r25274 r25933 114 114 ProjectionBounds bounds = Main.map.mapView.getProjectionBounds(); 115 115 return Main.map.mapView.getWidth() / 116 (bounds.max .east() - bounds.min.east());116 (bounds.maxEast - bounds.minEast); 117 117 } 118 118
Note:
See TracChangeset
for help on using the changeset viewer.