[Geoserver-users] Visualize multiple geometry properties with WMS

Hi,

I have a WFS Feature with multiple geometry properties. Is the WMS able to read from the WFS and visualize the geometry properties?

Best regards
Martin

Martin Schwietzke ha scritto:

Hi,

I have a WFS Feature with multiple geometry properties. Is the WMS able to read from the WFS and visualize the geometry properties?

Well, if your Features are configured inside geoserver (that is, we're not talking about cascading WFS, that is, another OGC server providing
data thru WFS), then yes, you can.
You'll have to set up an SLD where you specify multiple symbolizers,
each one depicting a different geometry.

For an introduction to SLD, have a look at the following links:
http://docs.codehaus.org/display/GEOSDOC/SLD+Intro+Tutorial
http://docs.codehaus.org/display/GEOSDOC/ComplexLabelingExample

Hope this helps
Cheers
Andrea