[mapserver-users] WFS - DescribeFeatureType
Jacolin Yves
yjacolin at free.fr
Wed Mar 12 02:20:29 PDT 2008
Hi,
With a geStyle resquest, you get something like this for the polygon layer :
<PolygonSymbolizer>
<Fill>
<CssParameter name="fill">#aaaa7f</CssParameter>
</Fill>
<Stroke>
<CssParameter name="stroke">#000000</CssParameter>
</Stroke>
</PolygonSymbolizer>
For a polyline layer:
<LineSymbolizer>
<Stroke>
<CssParameter name="stroke">#000000</CssParameter>
<CssParameter name="stroke-width">1</CssParameter>
</Stroke>
</LineSymbolizer>
For a point layer:
<PointSymbolizer>
<Graphic>
<Mark>
<WellKnownName>circle</WellKnownName>
<Fill>
<CssParameter name="fill">#0000c8</CssParameter>
</Fill>
</Mark>
<Size>5</Size>
</Graphic>
</PointSymbolizer>
Y.
Le Wednesday 12 March 2008 10:14:07 Guillaume Sueur, vous avez écrit :
> which kind of SLD request ?
> Actually, I need the geomType to specify which SLD template to associate
> with the layer...
>
> Jacolin Yves a écrit :
> > Le Wednesday 12 March 2008 10:05:11 Guillaume Sueur, vous avez écrit :
> >> Hi again,
> >>
> >> I'm trying to use describeFeatureType to retrieve type and fields of a
> >> given layer.
> >> While it looks right for attibute data, the GeomType is not precise :
> >> <element name="msGeometry" type="gml:GeometryPropertyType" minOccurs="0"
> >> maxOccurs="1"/>
> >>
> >> The only piece of information I get in there is that the Geometry is of
> >> GeometryType, which I don't need any WFS request for !
> >>
> >> Is there a specific METADATA item to add or use to be able to have the
> >> precise type (PolygonPropertyType for instance) ?
> >>
> >> Thanks,
> >
> > Hi Guillaume,
> >
> > You can use a SLD request on the layer.
> >
> > Y.
--
Yves Jacolin
---
http://softlibre.gloobe.org
More information about the MapServer-users
mailing list