[Geotools-devel] StreamingRenderer errors and Decimator

2006-04-20 Thread Cory Horner
Hi folks, We've been getting strange errors in uDig when rendering from PostGIS (and possibly others). Everything appeared to draw correctly, but some exceptions occurred including this: Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 at

Re: [Geotools-devel] StreamingRenderer errors and Decimator

2006-04-20 Thread David Blasby
Cory Horner wrote: Hi folks, We've been getting strange errors in uDig when rendering from PostGIS (and possibly others). Everything appeared to draw correctly, but some exceptions occurred including this: Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 at

Re: [Geotools-devel] StreamingRenderer errors and Decimator

2006-04-20 Thread Cory Horner
David Blasby wrote: This has happened for a long time, but now the decimation is more aggressive so it occurs more often. I havent been able to get the Geoserver WMS to call that function - how are you getting it called? It is purely a PostGIS datastore in uDig. Whats the full stack

Re: [Geotools-devel] StreamingRenderer errors and Decimator

2006-04-20 Thread David Blasby
Strange you must be using linux or something - on my machine (windows), java always uses the DuctusRenderer, not the SpanShapeRenderer. That is a much better solution. In the cases that would return an envelope of zero width and height -- would we want to actually return that or null?