Problem with SLD
Vera Schulze
v.schulze at CCGIS.DE
Tue Sep 19 02:41:21 PDT 2006
Vera Schulze schrieb:
> Hi List,
>
> I'm trying to use a SLD but it doesn't work at all.
>
> What I'm trying to do with the SLD is to show just one symbol of my
> table "gps_data" (column "vehicle" and column "customer"). The result of
> the SLD should be to show just one specific vehicle symbol of a customer
> in the map.
>
> Would be great if someone can give me an easy example?
>
> Thank you in advance for any help.
>
> Greetings,
> Vera
Here is my sld, which won't work:
<NamedLayer>
<Name>gpsdata</Name>
<FeatureTypeStyle>
<ogc:Filter>
<PropertyIsEqualTo>
<PropertyName>vehicle</PropertyName>
<Literal>car</Literal>
</PropertyIsEqualTo>
</ogc:Filter>
</FeatureTypeStyle>
</NamedLayer>
Any hints very much appreciated!!
Thanks a lot,
Vera
More information about the MapServer-users
mailing list