Changeset 17089 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
- Timestamp:
- 2009-08-16T23:36:16+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
r15961 r17089 52 52 if (Main.map != null) { 53 53 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)) { 55 55 System.out.println("The location " + filename + " is already on screen. Cache not loaded."); 56 56 continue nextFile;
Note:
See TracChangeset
for help on using the changeset viewer.
