Hi all,
in a WMS-request it is possible to turn off antialiasing with
FORMAT_OPTIONS=antialias:none
This, however, does not turn off antialiasing for svg-symbols.
This is how I style symbols in my SLD:
<Graphic>
<ExternalGraphic>
<OnlineResource
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
xlink:href=symbol.svg"/>
<Format>image/svg+xml</Format>
</ExternalGraphic>
<Size>
<ogc:Literal>11</ogc:Literal>
</Size>
</Graphic>
Neither does it turn off antialiasing for <GraphicFills> as in the example
from my SLD below.
<PolygonSymbolizer
uom="http://www.opengeospatial.org/se/units/metre">
<Fill>
<GraphicFill>
<Graphic>
<Mark>
<WellKnownName>shape://horline</WellKnownName>
<Stroke>
<CssParameter name="stroke">#5ce6e6</CssParameter>
<CssParameter name="stroke-width">5.5</CssParameter>
</Stroke>
</Mark>
<Size>15.5</Size>
</Graphic>
</GraphicFill>
</Fill>
</PolygonSymbolizer>
Is there a way to turn off antialiasing in these two cases?
(geoserver 2.4.0 on Linux 2.6.32-358.18.1.el6.x86_64 x86_64)
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-turn-off-antialiasing-for-svg-symbols-tp5089155.html
Sent from the GeoServer - User mailing list archive at Nabble.com.