Little more info would help...are you talking about WMS layer? that
you're serving trough GeoServer or similar? or its about WFS, vector
layeR?

On Thu, Dec 4, 2008 at 3:12 PM, Ignacio Talavera
<[EMAIL PROTECTED]> wrote:
> Hi, I'm trying to highlight a FeatureCollection by applying a SLD
> FeatureTypeSytle.
> So I wirte an SLD file with two <sld:LineSymbolizer>  elements
>      <sld:LineSymbolizer>
> <sld:Stroke>
> <sld:CssParameter name="stroke">
> <ogc:Literal>yellow</ogc:Literal>
> </sld:CssParameter>
> <sld:CssParameter name="stroke-width">
> <ogc:Literal>6</ogc:Literal>
> </sld:CssParameter>
> <sld:CssParameter name="stroke-opacity">
> <ogc:Literal>0.65</ogc:Literal>
> </sld:CssParameter>
> </sld:Stroke>
> </sld:LineSymbolizer>
>                                     <sld:LineSymbolizer>
> <sld:Stroke>
> <sld:CssParameter name="stroke">
> <ogc:Literal>blue</ogc:Literal>
> </sld:CssParameter>
> <sld:CssParameter name="stroke-width">
> <ogc:Literal>4</ogc:Literal>
> </sld:CssParameter>
> <sld:CssParameter name="stroke-dasharray">
> <ogc:Literal>5 8</ogc:Literal>
> </sld:CssParameter>
> </sld:Stroke>
> </sld:LineSymbolizer>
>  but when OL draw the features its apply the last LineSymbolizer. Any idea?
>
>
> _______________________________________________
> Users mailing list
> Users@openlayers.org
> http://openlayers.org/mailman/listinfo/users
>
>



-- 
Ivan Grcic
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to