Ignore:
Timestamp:
2009-08-16T23:36:16+02:00 (15 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/DownloadSVGTask.java

    r16619 r17089  
    4747
    4848    public DownloadSVGTask(WMSLayer wmsLayer) {
    49         super(tr("Downloading {0}", wmsLayer.name));
     49        super(tr("Downloading {0}", wmsLayer.getName()));
    5050
    5151        this.wmsLayer = wmsLayer;
     
    161161            URL url = null;
    162162            url = getURLsvg(bbox);
    163             System.out.println("grab:"+url);
    164163            return grabSVG(url);
    165164        } catch (MalformedURLException e) {
Note: See TracChangeset for help on using the changeset viewer.