Changeset 16308 in osm for applications/editors/josm/plugins/wmsplugin/sources.cfg
- Timestamp:
- 2009-07-04T20:28:12+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/sources.cfg
r15725 r16308 3 3 # NOTE: default items should be common and worldwide 4 4 # 5 true;Landsat;http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg 6 true;Open Aerial Map;http://openaerialmap.org/wms/?VERSION=1.0&request=GetMap&layers=world&styles=&format=image/jpeg 5 true;Landsat;http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg& 6 true;Open Aerial Map;http://openaerialmap.org/wms/?VERSION=1.0&request=GetMap&layers=world&styles=&format=image/jpeg& 7 7 # fails with division by zero error 8 false;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe 8 false;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe& 9 9 false;NPE Maps (Tim);http://dev.openstreetmap.org/~timsc/wms2/map.php? 10 # different forms for Yahoo 11 # must be yahoo://<commandline> 12 # The {0} in the commandline is for the URL 13 # output must be on stdout 14 false;YAHOO (GNOME);yahoo://gnome-web-photo --mode=photo --format=png {0} /dev/stdout 15 false;YAHOO (GNOME Fix);yahoo://gnome-web-photo-fixed {0} 16 true;YAHOO (WebKit);yahoo://webkit-image {0} 17 false;YAHOO (WebKit GTK);yahoo://webkit-image-gtk {0} 10 # 11 # different forms for web access 12 # must be html:<url> 13 true;Yahoo Sat;html:http://josm.openstreetmap.org/wmsplugin/Yahoo.html? 14 false;OpenStreetMap;html:http://josm.openstreetmap.org/wmsplugin/OpenStreetMap.html? 15 false;OpenCycleMap;html:http://josm.openstreetmap.org/wmsplugin/OpenCycleMap.html? 16 false;TilesAtHome;html:http://josm.openstreetmap.org/wmsplugin/TilesAtHome.html? 17 # 18 # 18 19 # only for Germany 19 false;Oberpfalz Geofabrik.de;http://oberpfalz.geofabrik.de/wms4josm? 20 false;Streets NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms 21 # Terraserver USCG- High resolution maps 22 false;Terraserver Topo;http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=drg&styles=&format=image/jpeg 23 true;Terraserver Urban;http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=urbanarea&styles=&format=image/jpeg 20 false;Streets NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms? 21 # Terraserver USCG - High resolution maps 22 false;Terraserver Topo;http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=drg&styles=&format=image/jpeg& 23 false;Terraserver Urban;http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=urbanarea&styles=&format=image/jpeg& 24 # 25 # 26 # URLS must be designed to append arguments directly behind. So the URLS should either end with '?' or '&' 27 # Following arguments are added: width, height, bbox, srs (projection method) 28 # srs is only added when no srs is given already (In this case the projection is checked 29 # and an error is issued when they mismatch). 30 # 31 # If more specific URL design is needed, then patterns are supported as well. If 32 # patterns are found no other arguments are added: 33 # {srs} is replaced by projection 34 # {bbox} is replaced by bounding box using projected coordinates 35 # {width} is requested display width 36 # {height} is requested display height
Note:
See TracChangeset
for help on using the changeset viewer.
