|
Last change
on this file since 12910 was 12707, checked in by stoecker, 17 years ago |
|
fixed text strings, thanks to Andrew Gee
|
|
File size:
1020 bytes
|
| Line | |
|---|
| 1 | # FORMAT
|
|---|
| 2 | # default(true or false);Name;URL
|
|---|
| 3 | # NOTE: default items should be common and worldwide
|
|---|
| 4 | #
|
|---|
| 5 | true;Landsat;http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&srs=EPSG:4326&format=image/jpeg
|
|---|
| 6 | true;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
|
|---|
| 8 | true;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
|
|---|
| 13 | false;YAHOO (GNOME);yahoo://gnome-web-photo --mode=photo --format=png {0} /dev/stdout
|
|---|
| 14 | false;YAHOO (GNOME Fix);yahoo://gnome-web-photo-fixed {0}
|
|---|
| 15 | true;YAHOO (WebKit);yahoo://webkit-image {0}
|
|---|
| 16 | false;YAHOO (WebKit GTK);yahoo://webkit-image-gtk {0}
|
|---|
| 17 | # only for Germany
|
|---|
| 18 | false;Oberpfalz Geofabrik.de;http://oberpfalz.geofabrik.de/wms4josm?
|
|---|
| 19 | false;Streets NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.