[12333] | 1 | # FORMAT
|
---|
| 2 | # default(true or false);Name;URL
|
---|
[12427] | 3 | # NOTE: default items should be common and worldwide
|
---|
[12333] | 4 | #
|
---|
[16308] | 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&
|
---|
[12333] | 7 | # fails with division by zero error
|
---|
[16308] | 8 | false;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe&
|
---|
[13210] | 9 | false;NPE Maps (Tim);http://dev.openstreetmap.org/~timsc/wms2/map.php?
|
---|
[16308] | 10 | #
|
---|
| 11 | # different forms for web access
|
---|
| 12 | # must be html:<url>
|
---|
[16321] | 13 | true;Yahoo Sat;html:http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?
|
---|
| 14 | false;OpenStreetMap;html:http://josm.openstreetmap.de/wmsplugin/OpenStreetMap.html?
|
---|
| 15 | false;OpenCycleMap;html:http://josm.openstreetmap.de/wmsplugin/OpenCycleMap.html?
|
---|
| 16 | false;TilesAtHome;html:http://josm.openstreetmap.de/wmsplugin/TilesAtHome.html?
|
---|
[16308] | 17 | #
|
---|
| 18 | #
|
---|
[12333] | 19 | # only for Germany
|
---|
[16308] | 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
|
---|