Changeset 23190 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CacheControl.java
- Timestamp:
- 2010-09-15T18:54:18+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CacheControl.java
r21191 r23190 25 25 26 26 public class CacheControl implements Runnable { 27 27 28 28 public static final String cLambertCC9Z = "CC"; 29 29 … … 55 55 return ret; 56 56 } 57 57 58 58 public CacheControl(WMSLayer wmsLayer) { 59 59 cacheEnabled = Main.pref.getBoolean("cadastrewms.enableCaching", true); … … 110 110 int reply = (Integer)pane.getValue(); 111 111 // till here 112 112 113 113 if (reply == JOptionPane.OK_OPTION && loadCache(file, wmsLayer.getLambertZone())) { 114 114 return true; … … 136 136 } 137 137 } 138 138 139 139 private void delete(File file) { 140 140 System.out.println("Delete file "+file); … … 215 215 } 216 216 } 217 217 218 218 private String WMSFileExtension() { 219 219 String ext = String.valueOf((wmsLayer.getLambertZone() + 1));
Note:
See TracChangeset
for help on using the changeset viewer.
