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

Last change on this file since 17822 was 17557, checked in by petrdlouhy, 15 years ago

Adding Czech OSM compatible resources to sources.cfg

File size: 2.3 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# only for Czech Republic
25false;Czech CUZK:KM;http://wms.cuzk.cz/wms.asp?service=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&LAYERS=kn,def_budovy,prehledky&FORMAT=image/png&TRANSPARENT=TRUE&
26false;Czech UHUL:ORTOFOTO;http://geoportal2.uhul.cz/cgi-bin/oprl.asp?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&LAYERS=Ortofoto_cb&STYLES=default&FORMAT=image/jpeg&TRANSPARENT=TRUE&
27#
28#
29# URLS must be designed to append arguments directly behind. So the URLS should either end with '?' or '&'
30# Following arguments are added: width, height, bbox, srs (projection method)
31# srs is only added when no srs is given already (In this case the projection is checked
32# and an error is issued when they mismatch).
33#
34# If more specific URL design is needed, then patterns are supported as well. If
35# patterns are found no other arguments are added:
36# {proj} is replaced by projection
37# {bbox} is replaced by bounding box using projected coordinates
38# {width} is requested display width
39# {height} is requested display height
Note: See TracBrowser for help on using the repository browser.