hi,
i got questions about the KML Ouput.
1. doesnt seem to matter which stroke width im using in my *.sld file.
Google Earth seem to render the lines always in the same size. I took a
look in the *.kml File.
The stroke width was right in it...but doenst seem to be used in GE ?!
what could be the reason?
an example from my *.sld file(s)
<LineSymbolizer>
<Stroke>
<CssParameter name="stroke">#FF0000</CssParameter>
<CssParameter name="stroke-width">
<ogc:Literal>9</ogc:Literal>
</CssParameter>
</Stroke>
</LineSymbolizer>
..from the result .... *.kml
.....<LineStyle><color>#ff000000</color><width>9</width></LineStyle>......
2. i dont get an outline in GE. im trying to do this that way :
<LineSymbolizer>
<Stroke>
<CssParameter name="stroke">#000000</CssParameter>
<CssParameter name="stroke-width">
<ogc:Literal>7</ogc:Literal>
</CssParameter>
</Stroke>
</LineSymbolizer>
<LineSymbolizer>
<Stroke>
<CssParameter name="stroke">#FF0000</CssParameter>
<CssParameter name="stroke-width">
<ogc:Literal>5</ogc:Literal>
</CssParameter>
</Stroke>
</LineSymbolizer>
anyone an idea how to get an outline in GE..or does GE just render one of
these defined in *.sld?
--
View this message in context: http://www.nabble.com/KML-Line-Style-tf2601158.html#a7256504
Sent from the GeoServer - User mailing list archive at Nabble.com.