Changeset 31114 in osm for applications/editors/josm/plugins/piclayer
- Timestamp:
- 2015-05-03T18:52:19+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/piclayer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/build.xml
r30962 r31114 3 3 <property name="commit.message" value="[josm/PicLayer] - #10335 add interpolation hints for the image drawing"/> 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="7 001"/>5 <property name="plugin.main.version" value="7817"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/actions/newlayer/NewLayerFromFileAction.java
r30737 r31114 172 172 BoundingXYVisitor v = new BoundingXYVisitor(); 173 173 layer.visitBoundingBox(v); 174 Main.map.mapView. recalculateCenterScale(v);174 Main.map.mapView.zoomTo(v); 175 175 } 176 176 }
Note:
See TracChangeset
for help on using the changeset viewer.