Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • url : Base url for the wms server. This is everything before the text "VERSION=" in the url. Use & to include a &
  • layer name : Layer name to display. It's the part after the text "LAYERS=" till the next & or ; in the url. To find the layer names enter the url that ends withs "request=GetCapabilities" in a browser.

 

 

Code Block
xml
xml
titleDemo Aerial Photos Netherlandswith clouds Europe
<wmsLayer id="aerialmeteosat">
    <url>http://gdscgeoservices.nlrknmi.nl/wms/lufo2005?cgi-bin/METEOSAT9_DEMO.cgi?&amp;SERVICE=WMS&amp;</url>
	<wmsLayerName>lufo2005-1m<   <wmsLayerName>IR108</wmsLayerName>
	   <cacheDir>$REGION_HOME$/wms_arealmeteosat_cache</cacheDir>
</wmsLayer>
xml
Code Block
xml
titleDemo with clouds EuropeSRTM4.1 elevation map
<wmsLayer id="meteosatsrtmv4.1_s0_pyramidal_color">
   <url>http://geoserviceswww.knmiwebservice-energy.nlorg/cgi-bin/METEOSAT9_DEMO.cgi?&amp;SERVICE=WMS&amp;mapserv/srtm?</url>
   <wmsLayerName>IR108<<wmsLayerName>srtmv4.1_s0_pyramidal_color</wmsLayerName>
   <cacheDir>$REGION_HOME$/wms_meteosat_cache</cacheDir>
</wmsLayer>
Code Block
xmlxml
titleDemo HIRMLAM temperature Europe
<wmsLayer id="HIRMLAM temperature">
    <url>http://geoservices.knmi.nl/cgi-bin/HIRLAM_DEMO.cgi?&amp;SERVICE=WMS&amp;</url>
    <wmsLayerName>2011-05-26T18:00:00Z/HIRLAM-temp/HIRLAM-temp-2m</wmsLayerName>
    <cacheDir>$REGION_HOME$/wms_hirlam_cache</cacheDir>
</wmsLayer>
<visible>false</visible>
 <cacheDir>$CACHE_FOLDER$/WMSLayers/srtmv4.1_s0_pyramidal_color</cacheDir>
 </wmsLayer>
Code Block
titleDemo Publieke Dienst op de kaart (PDOK)
<wmsLayer id="ahn2">
	<url>http://geodata.nationaalgeoregister.nl/ahn2/wms?service=wms&amp;request=getcapabilities</url>
	<wmsLayerName>ahn2_5m</wmsLayerName>
	<cacheDir>$REGION_HOME$/ahn2_5m</cacheDir>
</wmsLayer>

...