Versions Compared

Key

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

...

In a map in the explorer or spatial display configuration it is possible to define one or more connections.

Code Block

<arcSdeConnection id="sde">
   <server>iris2</server>
   <port>5154</port>
   <database>irist</database>
   <user>me</user>
   <password>123</password>
</arcSdeConnecton>
Code Block

 <wfsConnecton id="wfs">
   <url>http://sigma.openplans.org/geoserver/ows?service=WFS&amp;request=GetCapabilities</url>
</wfsConnecton>

The a layer can be added to the map this way:

Code Block

<serverShapeLayer id="test4">
   <connectionId>sde</connectionId>
   <layerId>INTWIS2.ODS_GEO_KADASTRALE_PERCELEN</layerId>
   <visible>true</visible>
   <lineColor>black</lineColor>
   <fillColor>white</fillColor>
</serverShapeLayer>

...

A global property "mapLayersCacheDir " is required to setup the map cache.

No Format

mapLayersCacheDir=%REGION_HOME%/mapLayersCacheDir

...