Ignore:
Timestamp:
2010-01-04T00:33:04+01:00 (15 years ago)
Author:
pieren
Message:

Several minor improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java

    r19149 r19267  
    8888    }
    8989
     90    public void destroy() {
     91        super.destroy();
     92        images = null;
     93        dividedBbox = null;
     94        System.out.println("Layer "+location+" destroyed");
     95    }
     96   
    9097    private static String buildName(String location, String codeCommune) {
    9198        String ret = new String(location.toUpperCase());
Note: See TracChangeset for help on using the changeset viewer.