Changeset 6787 in osm


Ignore:
Timestamp:
2008-02-06T23:43:35+01:00 (17 years ago)
Author:
gabriel
Message:

wmsplugin: Fix build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java

    r6777 r6787  
    2626                        "&srs=EPSG:4326&Service=WMS&Version=1.1.0&Request=GetMap&format=image/png";
    2727
    28                         DownloadWMSTask.download("rectifier id="+newid, newURL);
     28                        DownloadWMSTask.download(WMSDownloadAction.getLayer(
     29                                new WMSInfo("rectifier id="+newid, newURL, -1)));
    2930                }
    3031        }
Note: See TracChangeset for help on using the changeset viewer.