Changeset 17089 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
- Timestamp:
- 2009-08-16T23:36:16+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
r16619 r17089 47 47 48 48 public DownloadSVGTask(WMSLayer wmsLayer) { 49 super(tr("Downloading {0}", wmsLayer. name));49 super(tr("Downloading {0}", wmsLayer.getName())); 50 50 51 51 this.wmsLayer = wmsLayer; … … 161 161 URL url = null; 162 162 url = getURLsvg(bbox); 163 System.out.println("grab:"+url);164 163 return grabSVG(url); 165 164 } catch (MalformedURLException e) {
Note:
See TracChangeset
for help on using the changeset viewer.