Versions Compared

Key

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

...

To make use of a Wfs or ArcSDE connection you have to use the option for serverShapeLayer.

This layer supports some extra shape layer elements:

  • visible: Controls if the layer is automatically visible. When false the user has to switch on the layer manually. By default the layer becomes automatically visible
  • usedBySelectByMapItemTool: Controls if the layer is used by the "Select by map item tool" in the FEWS explorer to easily select all locations in a polygon.
  • selectByMapItemLocationRelation: When this element is specified an location relation is used to find locations at the map instead of the polygon border.


openStreetMapLayer

To make use of a server that uses the open street map protocol

...

Code Block
xml
xml
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>
esriShapeLayer

This layer supports some extra shape layer elements. See the serverShapLayer for a description.


In this section the location of the background shape file can be defined.

...