Changeset 30859 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionNewLocation.java
- Timestamp:
- 2014-12-19T17:12:01+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionNewLocation.java
r30532 r30859 52 52 } 53 53 54 public void actionPerformed(ActionEvent e) { 54 @Override 55 public void actionPerformed(ActionEvent e) { 55 56 WMSLayer wmsLayer = addNewLayer(new ArrayList<WMSLayer>()); 56 57 if (wmsLayer != null) … … 116 117 wmsLayer.setDepartement(codeDepartement); 117 118 CadastrePlugin.addWMSLayer(wmsLayer); 118 System.out.println("Add new layer with Location:" + inputTown.getText());119 Main.info("Add new layer with Location:" + inputTown.getText()); 119 120 } else if (existingLayers != null && existingLayers.size() > 0 && Main.map.mapView.getActiveLayer() instanceof WMSLayer) { 120 121 wmsLayer = (WMSLayer)Main.map.mapView.getActiveLayer(); … … 123 124 return wmsLayer; 124 125 } 125 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.
