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
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