kmlplacemark setting breaking raster map generation
---------------------------------------------------
Key: GEOS-3837
URL: http://jira.codehaus.org/browse/GEOS-3837
Project: GeoServer
Issue Type: Bug
Reporter: Andrea Aime
Assignee: Andrea Aime
Fix For: 2.0.2
The way kmlplacemark is handled in the current code base is way undesirable.
First, there is code dealing with kmlplacemark in DefaultRasterMapProducer. It is way off place, that manipulation
should occur in the KMZMapProducer instead: a raster map producer
should know nothing about kml. (I guess I did not review the
patch that introduced kmlplacemark, my bad).
Secondly, the code tries to strip off text and point symbolizers by setting them to null.
This breaks big time all symbolizer visitors, and in particular the meta buffer one.
Rules are simply not supposed to contain null symbolizers, the code that filters out
point and text symbolizers has to be fixed accordingly
--
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