Ignore:
Timestamp:
2009-07-04T20:28:12+02:00 (17 years ago)
Author:
stoecker
Message:

modernized WMS plugin, many settings of older WMS will need some adjustment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/sources.cfg

    r15725 r16308  
    33# NOTE: default items should be common and worldwide
    44#
    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
     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&
    77# fails with division by zero error
    8 false;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe
     8false;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe&
    99false;NPE Maps (Tim);http://dev.openstreetmap.org/~timsc/wms2/map.php?
    10 # different forms for Yahoo
    11 # must be yahoo://<commandline>
    12 # The {0} in the commandline is for the URL
    13 # output must be on stdout
    14 false;YAHOO (GNOME);yahoo://gnome-web-photo --mode=photo --format=png {0} /dev/stdout
    15 false;YAHOO (GNOME Fix);yahoo://gnome-web-photo-fixed {0}
    16 true;YAHOO (WebKit);yahoo://webkit-image {0}
    17 false;YAHOO (WebKit GTK);yahoo://webkit-image-gtk {0}
     10#
     11# different forms for web access
     12# must be html:<url>
     13true;Yahoo Sat;html:http://josm.openstreetmap.org/wmsplugin/Yahoo.html?
     14false;OpenStreetMap;html:http://josm.openstreetmap.org/wmsplugin/OpenStreetMap.html?
     15false;OpenCycleMap;html:http://josm.openstreetmap.org/wmsplugin/OpenCycleMap.html?
     16false;TilesAtHome;html:http://josm.openstreetmap.org/wmsplugin/TilesAtHome.html?
     17#
     18#
    1819# only for Germany
    19 false;Oberpfalz Geofabrik.de;http://oberpfalz.geofabrik.de/wms4josm?
    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 true;Terraserver Urban;http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=urbanarea&styles=&format=image/jpeg
     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#
     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
Note: See TracChangeset for help on using the changeset viewer.