Give more options to antialias and appy to all formats
------------------------------------------------------
Key: GEOS-429
URL: http://jira.codehaus.org/browse/GEOS-429
Project: GeoServer
Type: Improvement
Reporter: Justin Deoliveira
Assigned to: Justin Deoliveira
Priority: Minor
Fix For: 1.3.0
you might want to make it a 4 state dropdown:
a) always antialias
b) never antialias
c) request specified (default = antialias)
d) request specified (default = no antialias)
request specified means use "&antialias=true" or "&antialias=false"
in the HTTP URI.
For GetMap post, also look in the request URI (not in the XML).
"validateschema" is done this way.
But dont worry about this right now if you dont want to - its not
very important.
But, dont call it "SVG Antialias", just call it "Antialias" since
its a raster image-drawing option as well as an SVG option.
rasters can also be anti-aliased or not (non-antialiased makes them
draw MUCH faster and have few colours in them). In
DefaultRasterMapProducer (line 223), you will see me telling the
renderer to always antialias, you should have have the antialias
option also affect this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira