Ticket #2722: wmsplugin-bugfix.patch
| File wmsplugin-bugfix.patch, 607 bytes (added by , 17 years ago) |
|---|
-
src/wmsplugin/YAHOOGrabber.java
19 19 20 20 YAHOOGrabber(Bounds b, GeorefImage image, MapView mv, WMSLayer layer, CacheFiles cache) { 21 21 super(b, image, mv, layer, cache); 22 layer.baseURL = "file:///" + WMSPlugin.getPrefsPath() + "ymap.html?";22 this.baseURL = "file:///" + WMSPlugin.getPrefsPath() + "ymap.html?"; 23 23 this.browserCmd = layer.baseURL.replaceFirst("yahoo://", ""); 24 24 } 25 25
