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

Last change on this file since 19125 was 19125, checked in by stoecker, 15 years ago

removed OpenAerialMap default

File size: 3.9 KB
RevLine 
[12333]1# FORMAT
2# default(true or false);Name;URL
[12427]3# NOTE: default items should be common and worldwide
[12333]4#
[16308]5true;Landsat;http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg&
[19125]6false;Open Aerial Map;http://openaerialmap.org/wms/?VERSION=1.0&request=GetMap&layers=world&styles=&format=image/jpeg&
[16308]7#
8# different forms for web access
9# must be html:<url>
[16321]10true;Yahoo Sat;html:http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?
11false;OpenStreetMap;html:http://josm.openstreetmap.de/wmsplugin/OpenStreetMap.html?
12false;OpenCycleMap;html:http://josm.openstreetmap.de/wmsplugin/OpenCycleMap.html?
13false;TilesAtHome;html:http://josm.openstreetmap.de/wmsplugin/TilesAtHome.html?
[16308]14#
15#
[12333]16# only for Germany
[16308]17false;Streets NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms?
[18712]18#
19#
20# only for North America
[16308]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&
[18712]24#
25#
[17557]26# only for Czech Republic
27false;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&
28false;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&
[16308]29#
30#
[18712]31# only for GB
32# fails with division by zero error
33false;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe&
34false;NPE Maps (Tim);http://dev.openstreetmap.org/~timsc/wms2/map.php?
35false;7th Series (OS7);http://ooc.openstreetmap.org/wms/map.php?source=os7&
36#
37#
38# only for Japan
39false;MLIT Japan (ORTHO);http://orthophoto.mlit.go.jp:8888/wms/service/wmsRasterTileMap?VERSION=1.3.0&REQUEST=GetMap&LAYERS=ORTHO&STYLES=Default&CRS=EPSG:4612&BBOX={s},{w},{n},{e}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png&BGCOLOR=OxFFFFFF
40false;MLIT Japan (ORTHO01);http://orthophoto.mlit.go.jp:8888/wms/service/wmsRasterTileMap?VERSION=1.3.0&REQUEST=GetMap&LAYERS=ORTHO01&STYLES=Default&CRS=EPSG:4612&BBOX={s},{w},{n},{e}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png&BGCOLOR=OxFFFFFF
41false;MLIT Japan (ORTHO02);http://orthophoto.mlit.go.jp:8888/wms/service/wmsRasterTileMap?VERSION=1.3.0&REQUEST=GetMap&LAYERS=ORTHO02&STYLES=Default&CRS=EPSG:4612&BBOX={s},{w},{n},{e}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png&BGCOLOR=OxFFFFFF
42false;MLIT Japan (ORTHO03);http://orthophoto.mlit.go.jp:8888/wms/service/wmsRasterTileMap?VERSION=1.3.0&REQUEST=GetMap&LAYERS=ORTHO03&STYLES=Default&CRS=EPSG:4612&BBOX={s},{w},{n},{e}&WIDTH={width}&HEIGHT={height}&FORMAT=image/png&BGCOLOR=OxFFFFFF
43#
44#
[18757]45# only for Italy
46false;Lodi - Italy;http://sit.provincia.lodi.it/mapserver/mapserv.exe?map=ortofoto_wgs84.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&LAYERS=Terraitaly%20Ortofoto%202007&STYLES=%2C%2C&FORMAT=image/png&TRANSPARENT=TRUE&
47false;Sicily - Italy;http://88.53.214.52/arcgis/services/OrtofotoATA_20072008_f33/MapServer/WMSServer?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&CRS=CRS:84&LAYERS=0&STYLES=default&FORMAT=image/jpeg&
48#
49#
[16308]50# URLS must be designed to append arguments directly behind. So the URLS should either end with '?' or '&'
51# Following arguments are added: width, height, bbox, srs (projection method)
52# srs is only added when no srs is given already (In this case the projection is checked
53# and an error is issued when they mismatch).
54#
55# If more specific URL design is needed, then patterns are supported as well. If
56# patterns are found no other arguments are added:
[17298]57# {proj} is replaced by projection
[16308]58# {bbox} is replaced by bounding box using projected coordinates
59# {width} is requested display width
60# {height} is requested display height
[18712]61# {w},{s},{n},{e} are replaced by corresponding coordinates
Note: See TracBrowser for help on using the repository browser.