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: 

            <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 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/Antialias-option-for-svg-symbols-and-fills-tp5089153.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to