Changeset 24934 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
- Timestamp:
- 2011-01-02T00:36:28+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
r23190 r24934 75 75 // create layer and load cache 76 76 WMSLayer wmsLayer = new WMSLayer("", "", Integer.parseInt(ext)-1); 77 if (wmsLayer.g etCacheControl().loadCache(file, layoutZone)) {77 if (wmsLayer.grabThread.getCacheControl().loadCache(file, layoutZone)) { 78 78 CadastrePlugin.addWMSLayer(wmsLayer); 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.