Ignore:
Timestamp:
2009-08-16T23:36:16+02:00 (16 years ago)
Author:
pieren
Message:

raster image feature implementation

File:
1 edited

Legend:

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

    r15961 r17089  
    5252            if (Main.map != null) {
    5353                for (Layer l : Main.map.mapView.getAllLayers()) {
    54                     if (l instanceof WMSLayer && l.name.equals(location)) {
     54                    if (l instanceof WMSLayer && l.getName().equals(location)) {
    5555                        System.out.println("The location " + filename + " is already on screen. Cache not loaded.");
    5656                        continue nextFile;
Note: See TracChangeset for help on using the changeset viewer.