source: osm/applications/editors/josm/plugins/wmsplugin/sources.cfg@ 17277

Last change on this file since 17277 was 16321, checked in by stoecker, 16 years ago

fixed links

File size: 1.9 KB
Line 
1# FORMAT
2# default(true or false);Name;URL
3# NOTE: default items should be common and worldwide
4#
5true;Landsat;http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg&
6true;Open Aerial Map;http://openaerialmap.org/wms/?VERSION=1.0&request=GetMap&layers=world&styles=&format=image/jpeg&
7# fails with division by zero error
8false;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe&
9false;NPE Maps (Tim);http://dev.openstreetmap.org/~timsc/wms2/map.php?
10#
11# different forms for web access
12# must be html:<url>
13true;Yahoo Sat;html:http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?
14false;OpenStreetMap;html:http://josm.openstreetmap.de/wmsplugin/OpenStreetMap.html?
15false;OpenCycleMap;html:http://josm.openstreetmap.de/wmsplugin/OpenCycleMap.html?
16false;TilesAtHome;html:http://josm.openstreetmap.de/wmsplugin/TilesAtHome.html?
17#
18#
19# only for Germany
20false;Streets NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms?
21# Terraserver USCG - High resolution maps
22false;Terraserver Topo;http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=drg&styles=&format=image/jpeg&
23false;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 TracBrowser for help on using the repository browser.