Changeset 32060 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
- Timestamp:
- 2016-02-09T23:50:50+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
r31993 r32060 350 350 String lov = new String(input.substring(i+c0ptionListStart.length()-1, j)); 351 351 if (lov.indexOf(">") != -1) { 352 Main.info("parse "+lov);352 Main.info("parse "+lov); 353 353 listOfCommunes.add(lov); 354 354 } else … … 547 547 for (Layer l : Main.map.mapView.getAllLayers()) { 548 548 if (l instanceof WMSLayer && l.getName().equals(wmsLayer.getName()) && (l != wmsLayer)) { 549 Main.info("Try to grab into a new layer when "+wmsLayer.getName()+" is already opened.");549 Main.info("Try to grab into a new layer when "+wmsLayer.getName()+" is already opened."); 550 550 // remove the duplicated layer 551 551 Main.main.removeLayer(wmsLayer); … … 565 565 lastWMSLayerName = null; 566 566 } 567 568 567 }
Note:
See TracChangeset
for help on using the changeset viewer.
