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

Last change on this file since 12458 was 12427, checked in by stoecker, 17 years ago

fixed typo

File size: 1021 bytes
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=&srs=EPSG:4326&format=image/jpeg
6true;Open Aerial Map;http://openaerialmap.org/wms/?VERSION=1.0&request=GetMap&layers=world&styles=&srs=EPSG:4326&format=image/jpeg
7# fails with division by zero error
8true;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe
9# different forms for Yahoo
10# must be yahoo://<commandline>
11# The {0} in the commandline is for the URL
12# output must be on stdout
13false;YAHOO (GNOME);yahoo://gnome-web-photo --mode=photo --format=png {0} /dev/stdout
14false;YAHOO (GNOME Fix);yahoo://gnome-web-photo-fixed {0}
15true;YAHOO (WebKit);yahoo://webkit-image {0}
16false;YAHOO (WebKit GTK);yahoo://webkit-image-gtk {0}
17# only for Germany
18false;Oberpfalz Geofabrik.de;http://oberpfalz.geofabrik.de/wms4josm?
19false;Strassen NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms
Note: See TracBrowser for help on using the repository browser.