Re: [Geotools-gt2-users] Problems with streamingRenderer

2006-06-08 Thread Steve.Ansari
Try changing:         rendererParams.put("optimizedDataLoadingEnabled", true); to:         rendererParams.put("optimizedDataLoadingEnabled", new Boolean(true)); Steve Joel Mirkin wrote: Hi all, I'm trying to render a map context into a BufferedImage using StreamingRenderer. Problem is all

[Geotools-gt2-users] Problems with streamingRenderer

2006-06-08 Thread Joel Mirkin
Hi all, I'm trying to render a map context into a BufferedImage using StreamingRenderer. Problem is all the images that i get out of it are completely black. I've been trying to get this to work for a while now and can't seem to find the problem. Any help would be much appreciated. Here's my rende