On Thu, Mar 15, 2012 at 3:19 AM, jerickson <[email protected]> wrote: > 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.
Indeed it's a bug. Please file an issue, if at all possible, with an example to reproduce the problem Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 339 8844549 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ 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
