Hello! I have been experimenting with rendering transformations for GeoScript and I think I ran into a bug. I have an SLD (see line_rendering_transform.sld) that contains two FeatureTypeStyles. The first FTS contains a <sld:Transformation/> that uses the gs:BufferFeatureCollection process. The second FTS just contains a LineSymbolizer. When I render this SLD with the lines from the SLD Cook Book, I get the following image:
http://osgeo-org.1560.n6.nabble.com/file/n4619757/rendering_transform_line1.png It appears that the LineSymbolizer from the second FTS is being applied to the polygons created by the buffer process. I assumed that they would apply to the original lines. When I flip the order of the FTS (line above buffer) I get a wierder result: http://osgeo-org.1560.n6.nabble.com/file/n4619757/rendering_transform_line2.png Also, the <sld:Transformation/> element is lost when reading either SLD as a Style and then writing the Style back out as an SLD (ie the Transformation element doesn't survive a round trip). Both images were creating using 8-SNAPSHOT with Java (No Groovy or GeoScript code). If any of these issues are bugs, I can file an issue in the JIRA. Thanks, Jared http://osgeo-org.1560.n6.nabble.com/file/n4619757/line_rendering_transform.sld line_rendering_transform.sld -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Rendering-transforms-and-multiple-FeatureTypeStyles-tp4619757p4619757.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
