Hallo,
we are trying to migrate from Geoserver 1.6.5 to 1.7.3. Our main motivation
is to be able to use .ECW rasters which are way smaller than .TIFF.
However, we have met an unexpected problem. We represent roads with .GIF
files. This works fine with 1.6.5, but not with 1.7.3 : the roads don't
show anymore.
Here is a typical rule we use :
<LineSymbolizer>
<Stroke>
<GraphicStroke>
<Graphic>
<ExternalGraphic>
<OnlineResource
xlink:href="http://localhost:8008/geoserver/styles/reseau/Lf1f1.gif"/>
<Format>image/gif</Format>
</ExternalGraphic>
<Size>1</Size>
</Graphic>
</GraphicStroke>
</Stroke>
</LineSymbolizer>
Is it a bug ?? Is there a workaround ?
Here are our whole SLD and GIF files.
http://www.nabble.com/file/p22739605/reseau.zip reseau.zip
http://www.nabble.com/file/p22739605/troncon_rn.sld troncon_rn.sld
--
View this message in context: http://www.nabble.com/GeoServer-%3A-line-stroking-with-external-graphics-on-v1.7.3-tp22739605p22739605.html
Sent from the GeoServer - User mailing list archive at Nabble.com.