Does anyone have an example of a SLD using as a Filter the FeatureId or
GmlObjectId option?

I am trying to use it but I don't get any results.

Here is my SLD code:

<StyledLayerDescriptor version="1.0.0">
  <UserLayer>
    <Name>Layer</Name>
    <UserStyle><Name>UserSelection</Name>
        <FeatureTypeStyle>
          <Rule>
            <Filter xmlns:gml="http://www.opengis.net/gml";>
                <GmlObjectId gml:id="Layer.ID/>
            </Filter>
            <PolygonSymbolizer><Fill><CssParameter
name="fill">FF0000</CssParameter></Fill></PolygonSymbolizer>
         </Rule>
       </FeatureTypeStyle>
</UserStyle></UserLayer></StyledLayerDescriptor>

Thanks for the help.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to