Changeset 32556 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSDownloadAction.java
- Timestamp:
- 2016-07-04T14:18:17+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSDownloadAction.java
r32329 r32556 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others1 // License: GPL. For details, see LICENSE file. 2 2 package cadastre_fr; 3 3 … … 13 13 import org.openstreetmap.josm.gui.layer.Layer; 14 14 15 public class WMSDownloadAction /*extends JosmAction */{ 15 public class WMSDownloadAction /*extends JosmAction */ { 16 16 17 17 // public WMSDownloadAction(String layerName) { … … 32 32 for (Layer l : Main.getLayerManager().getLayers()) { 33 33 if (l instanceof WMSLayer) { 34 existingWMSlayers.add((WMSLayer)l); 34 existingWMSlayers.add((WMSLayer) l); 35 35 } 36 36 } … … 50 50 return null; 51 51 } 52 }; 53 52 }
Note:
See TracChangeset
for help on using the changeset viewer.
