Changeset 13426 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
- Timestamp:
- 2009-01-28T21:44:10+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
r13382 r13426 60 60 // create layer and load cache 61 61 WMSLayer wmsLayer = new WMSLayer("", "", Integer.parseInt(ext)-1); 62 wmsLayer.getCacheControl().loadCache(file, Lambert.layoutZone) ;63 Main.main.addLayer(wmsLayer); 62 if (wmsLayer.getCacheControl().loadCache(file, Lambert.layoutZone)) 63 Main.main.addLayer(wmsLayer); 64 64 } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.
