[EMAIL PROTECTED] wrote:
I've been trying to figure out why the trunk build is failing for me.

The GridCoverageRenderingTests are failing.

It seems to be caused by "Do not know how to deep copy " the
org.geotools.coverage.grid.GridCoverage2D in
DefaultAttributeType#duplicate().
Near as I can tell this is on purpose - specifically for rasters (which are viewed to be large and unmodified?). Oh wait now that I step through it with a debugger I have found it is more then a warning - it actually stops the call
to process( feature, ... ).

Okay the error is produced when the feature is copied in the iterator code. I have turned this off for now.
I also noticed that the raster symbolizer style ignores the "geometry
name" property.  The default style has "geom" as the name, but the code
always looks for "grid".
I am looking at public RasterSymbolizerImpl() at it seems to have geometryName = "raster" ?
I just made changes that changed the order of querying a bit in the
StreamingRenderer so that it can optimize.  I dont think this would
have broken the Grid rendering stuff (I debugged and everything looks
good).
Cheers,
Jody


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to