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.

openStreetMapLayer

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

Code Block
xml
xml
titleDemo Open Street Map

<openStreetMapLayer id="Osm">
<url>http://tile.openstreetmap.yourserver.com</url>
<cacheDir>$REGION_HOME$/OsmTiles</cacheDir>
</openStreetMapLayer>

For testing purposes you can use "http://tile.openstreetmap.org"

wmsLayer

To make use of a WMS server you have to use the option for wmsLayer.

...