Ticket #2722: wmsplugin-bugfix.patch

File wmsplugin-bugfix.patch, 607 bytes (added by Upliner, 17 years ago)

Patch to fix problem with Yahoo imagery

  • src/wmsplugin/YAHOOGrabber.java

     
    1919
    2020    YAHOOGrabber(Bounds b, GeorefImage image, MapView mv, WMSLayer layer, CacheFiles cache) {
    2121        super(b, image, mv, layer, cache);
    22         layer.baseURL = "file:///" + WMSPlugin.getPrefsPath() + "ymap.html?";
     22        this.baseURL = "file:///" + WMSPlugin.getPrefsPath() + "ymap.html?";
    2323        this.browserCmd = layer.baseURL.replaceFirst("yahoo://", "");
    2424    }
    2525