Changeset 15961 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
- Timestamp:
- 2009-06-17T09:46:26+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
r13497 r15961 31 31 String ext = (filename.lastIndexOf(".")==-1)?"":filename.substring(filename.lastIndexOf(".")+1,filename.length()); 32 32 String location = filename.substring(0, filename.lastIndexOf(".")); 33 // check the extension and its Lambert zone consistency 33 // check the extension and its Lambert zone consistency 34 34 try { 35 35 int cacheZone = Integer.parseInt(ext) - 1; … … 63 63 Main.main.addLayer(wmsLayer); 64 64 } 65 65 66 66 } 67 67
Note:
See TracChangeset
for help on using the changeset viewer.
