Changeset 30737 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSDownloadAction.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSDownloadAction.java
r30701 r30737 25 25 public static WMSLayer getLayer() { 26 26 // check if we already have a layer created. if not, create; if yes, reuse. 27 ArrayList<WMSLayer> existingWMSlayers = new ArrayList< WMSLayer>();27 ArrayList<WMSLayer> existingWMSlayers = new ArrayList<>(); 28 28 if (Main.map != null) { 29 29 Layer activeLayer = Main.map.mapView.getActiveLayer();
Note:
See TracChangeset
for help on using the changeset viewer.