Ignore:
Timestamp:
2008-10-22T14:02:28+02:00 (16 years ago)
Author:
stoecker
Message:

fix Yahoo URL a bit

File:
1 edited

Legend:

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

    r10703 r11398  
    2424        YAHOOGrabber(String baseURL, Bounds b, Projection proj,
    2525                        double pixelPerDegree, GeorefImage image, MapView mv, WMSLayer layer) {
    26                 super("file://" + Main.pref.getPreferencesDir() + "plugins/wmsplugin/ymap.html?request=getmap&format=image/jpeg", b, proj, pixelPerDegree, image, mv, layer);
     26                super("file:///" + Main.pref.getPreferencesDir() + "plugins/wmsplugin/ymap.html?"
     27//                + "request=getmap&format=image/jpeg"
     28                , b, proj, pixelPerDegree, image, mv, layer);
    2729                this.browserCmd = baseURL.replaceFirst("yahoo://", "");
    2830        }
Note: See TracChangeset for help on using the changeset viewer.