Changeset 19267 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2010-01-04T00:33:04+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r19149 r19267 88 88 } 89 89 90 public void destroy() { 91 super.destroy(); 92 images = null; 93 dividedBbox = null; 94 System.out.println("Layer "+location+" destroyed"); 95 } 96 90 97 private static String buildName(String location, String codeCommune) { 91 98 String ret = new String(location.toUpperCase());
Note:
See TracChangeset
for help on using the changeset viewer.