Changeset 23190 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2010-09-15T18:54:18+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r22547 r23190 104 104 105 105 @Override 106 106 public void destroy() { 107 107 // if the layer is currently saving the images in the cache, wait until it's finished 108 108 if (cacheControl != null) { … … 305 305 saveAsPng.setEnabled(isRaster); 306 306 return new Action[] { 307 307 LayerListDialog.getInstance().createShowHideLayerAction(), 308 308 LayerListDialog.getInstance().createDeleteLayerAction(), 309 309 new MenuActionLoadFromCache(),
Note:
See TracChangeset
for help on using the changeset viewer.