Changeset 29669 in osm
- Timestamp:
- 2013-06-19T00:34:51+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSVectorImage.java
r29101 r29669 54 54 wmsLayer.grab(bounds); 55 55 } 56 else if(wmsLayer.getImages().size()==0) 57 // failed to contact WMS of find this commune. Remove layer if empty. 58 Main.main.removeLayer(wmsLayer); 56 59 } catch (DuplicateLayerException e) { 57 60 // we tried to grab onto a duplicated layer (removed)
Note:
See TracChangeset
for help on using the changeset viewer.