Changeset 22677 in osm for applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
- Timestamp:
- 2010-08-17T23:25:20+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java
r22581 r22677 29 29 import org.openstreetmap.josm.actions.SaveActionBase; 30 30 import org.openstreetmap.josm.data.Bounds; 31 import org.openstreetmap.josm.data.ProjectionBounds;32 31 import org.openstreetmap.josm.data.Preferences.PreferenceChangeEvent; 33 32 import org.openstreetmap.josm.data.Preferences.PreferenceChangedListener; 33 import org.openstreetmap.josm.data.ProjectionBounds; 34 34 import org.openstreetmap.josm.data.coor.EastNorth; 35 35 import org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor; … … 310 310 311 311 public class DownloadAction extends AbstractAction { 312 private static final long serialVersionUID = -7183852461015284020L; 312 313 public DownloadAction() { 313 314 super(tr("Download visible tiles"));
Note:
See TracChangeset
for help on using the changeset viewer.