Re: [Geotools-devel] after upgrade 9.2 to 9.3: java.lang.String cannot be cast to java.awt.RenderingHints$Key

2013-06-21 Thread Andrea Aime
On Sat, Jun 22, 2013 at 1:02 AM, Jody Garnett wrote: > Thanks - I have not announced yet as we are having trouble with headers. > > You may need to report / patch that bug as it has not been caught in > release testing. > > My fault, just fixed it and added a test to cover this one too. Here is th

[Geotools-devel] Java Surface Model Library/API For GeoTools

2013-06-21 Thread Julian Padilla
Sorry about such a late email but here is what I've accomplished this past week: 1.) I've familiarized myself with Java Programming to an extent that will I be able to take a launch on my coding in the very beginning of next week. I'm being completely honest here, so please be gentle. 2.) Download

Re: [Geotools-devel] after upgrade 9.2 to 9.3: java.lang.String cannot be cast to java.awt.RenderingHints$Key

2013-06-21 Thread Jody Garnett
Thanks - I have not announced yet as we are having trouble with headers. You may need to report / patch that bug as it has not been caught in release testing. -- Jody Garnett On 22/06/2013, at 1:47 AM, Mark Prins wrote: > After (maybe a little early) upgrading to form 9.2 to 9.3 I get the >

[Geotools-devel] after upgrade 9.2 to 9.3: java.lang.String cannot be cast to java.awt.RenderingHints$Key

2013-06-21 Thread Mark Prins
After (maybe a little early) upgrading to form 9.2 to 9.3 I get the following error in my application: java.lang.String cannot be cast to java.awt.RenderingHints$Key The error occurs when setting up a WMS map request, the actual trace pointing to: map.setBBox(bbox); bbox is a valid Envelope2D obje

Re: [Geotools-devel] Mind your head

2013-06-21 Thread Jody Garnett
And we have an answer: > I'd be happy for it to be under the LGPL or Apache 2.0 licence, but to be > honest I'd recommend that you use better-tested code to start with. I > strongly suspect that Guava (http://guava-libraries.googlecode.com) is likely > to have something to meet almost anything