Changeset 15890 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-06-13T21:03:02+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/YAHOOGrabber.java
r15858 r15890 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 }
Note:
See TracChangeset
for help on using the changeset viewer.