[Geotools-devel] CRS/axis orientation .. hack

2007-04-11 Thread Jody Garnett
Hi Andrea - I fixed this problem with a quick hack for now... The following code is used in a lot of places: > public static CoordinateReferenceSystem decode(final String code) > throws NoSuchAuthorityCodeException, FactoryException > { > return decode(code, false )

Re: [Geotools-devel] Has CRS/axis orientation code been broken?

2007-04-11 Thread Jody Garnett
Hi Andrea - I have a test case for this problem ... But it is not clear what is going wrong ... LongitudeFirstFactory seems to change it's priority based on this value being set ... > private static int relativePriority() { > try { > if (Boolean.getBoolean(SYSTEM_DEFAULT_K

[Geotools-devel] Any idea why we can't load EPSG:3031?

2007-04-11 Thread Andrea Aime
Hi, trying to load EPSG:3031 from the EPSG database we get the following exception: org.opengis.referencing.NoSuchIdentifierException: Can't set a value to the parameter "Longitude of origin". at org.geotools.referencing.factory.epsg.FactoryUsingSQL.fillParameterValues(FactoryUsingSQL.ja

Re: [Geotools-devel] Proposal #2 - Organize Parsers (aka CQL, WKT and XML need a home)

2007-04-11 Thread Jody Garnett
Yes - very cool. I will move the proposal to accepted. (I added a Geometry WKT parser to main using the package naming convention already). How is it going? Are you finding everything you need as a module maintainer? Cheers, Jody > Hi Jody, I come back. I am checking the "Common Parsers" status

[Geotools-devel] FOSS4G - Registration is Open

2007-04-11 Thread Jody Garnett
Free and Open Source Software for Geospatial (FOSS4G) Conference September 24-27, Victoria Conference Centre, Victoria, BC ONLINE REGISTRATION IS NOW OPEN! We are pleased to announce that online registration for the 2007 Free and Open Source Software for Geospatial conference (FOSS4G 2007) is now

[Geotools-devel] FOSS4G - Registration is Open

2007-04-11 Thread Jody Garnett
Free and Open Source Software for Geospatial (FOSS4G) Conference September 24-27, Victoria Conference Centre, Victoria, BC ONLINE REGISTRATION IS NOW OPEN! We are pleased to announce that online registration for the 2007 Free and Open Source Software for Geospatial conference (FOSS4G 2007) is n

Re: [Geotools-devel] [Geoserver-devel] Where is Brent?

2007-04-11 Thread Andrea Aime
Brent Owens ha scritto: > Hi everyone, > I'm just writing to inform all of you of why I haven't been on the list > as of late (well, I've been busy really). I have moved careers to a > different domain: forest fire software. I haven't left GeoServer or > Geotools however, I will be picking up th

[Geotools-devel] Where is Brent?

2007-04-11 Thread Brent Owens
Hi everyone, I'm just writing to inform all of you of why I haven't been on the list as of late (well, I've been busy really). I have moved careers to a different domain: forest fire software. I haven't left GeoServer or Geotools however, I will be picking up the pace a little more over the com

Re: [Geotools-devel] upgrading commons-pool to 1.3

2007-04-11 Thread Farber, Saul (ENV)
Yes, commons-pool 1.3 is just fine. And if somehow it causes problems that it didn't cause last time, I'll fix them in the arcsde module. Upgrade away! --saul -Original Message- From: Justin Deoliveira [mailto:[EMAIL PROTECTED] Sent: Wed 4/11/2007 1:24 AM To: Geotools-Devel list Cc: F

Re: [Geotools-devel] Proposal #2 - Organize Parsers (aka CQL, WKT and XML need a home)

2007-04-11 Thread Victor Mauricio Pazos
Hi Jody, I come back. I am checking the "Common Parsers" status in http://docs.codehaus.org/display/GEOTOOLS/Provide+common+parsers+in+a+consistent+fashion In trunk - CQL was moved to library/cql - new package name: org.geotools.filter.text.cql2 (it is not done) if the debate about package nam