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.<arcSdeConnecton

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&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>

To see with layer ids are available you can download the earlier mentioned opensource gis http://udig.refractions.net/

...