Changeset 34641 in osm for applications/editors/josm/plugins/imagery_offset_db/src
- Timestamp:
- 2018-09-13T00:08:28+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.