Changeset 34641 in osm for applications/editors/josm/plugins/imagery_offset_db
- Timestamp:
- 2018-09-13T00:08:28+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/imagery_offset_db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/build.xml
r34596 r34641 5 5 <property name="commit.message" value="Imagery Offset Database"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="14 153"/>7 <property name="plugin.main.version" value="14221"/> 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 9 -
applications/editors/josm/plugins/imagery_offset_db/src/org/openstreetmap/josm/plugins/imagery_offset_db/CalibrationLayer.java
r34596 r34641 20 20 21 21 import org.openstreetmap.josm.actions.AutoScaleAction; 22 import org.openstreetmap.josm.actions.AutoScaleAction.AutoScaleMode; 22 23 import org.openstreetmap.josm.data.Bounds; 23 24 import org.openstreetmap.josm.data.coor.LatLon; … … 221 222 @Override 222 223 public void actionPerformed(ActionEvent e) { 223 AutoScaleAction.autoScale( "layer");224 AutoScaleAction.autoScale(AutoScaleMode.LAYER); 224 225 } 225 226 }
Note:
See TracChangeset
for help on using the changeset viewer.