[Geotools-devel] [jira] Created: (GEOT-1557) see if there is any quick wins in performance to allow us to deliver say 3000 results in a timeseries.

2007-10-31 Thread JIRA
see if there is any quick wins in performance to allow us to deliver say 3000 results in a timeseries. -- Key: GEOT-1557 URL: http://jira.codehaus.org/browse/GEOT-

[Geotools-devel] [jira] Created: (GEOT-1556) Support loading schemas from a local oasis catalog

2007-10-31 Thread JIRA
Support loading schemas from a local oasis catalog -- Key: GEOT-1556 URL: http://jira.codehaus.org/browse/GEOT-1556 Project: GeoTools Issue Type: Sub-task Components: data complex

Re: [Geotools-devel] GeoTools implementation path approval

2007-10-31 Thread Frank Warmerdam
Jody Garnett wrote: > Afternoon Frank; > > I have talked with a range of board members and I am not getting a > consistent story. We also want to graduate - the page to that effect is > here: > - http://docs.codehaus.org/display/GEOTOOLS/Gradudate+from+OSGeo > > There are several options on thi

Re: [Geotools-devel] Bug in PostPreProcessFilterSplittingVisitor

2007-10-31 Thread Saul Farber
Ahh, the curse of the "willing to do it". Stefan, I've looked at your suggestions, and here are my thoughts: 1) I'm not sure I understand the changes well enough on this one, but if you could provide a patch using "svn diff" on the PPPFSV.java file, then I can review and give you the ok on this

[Geotools-devel] GEo tools Example

2007-10-31 Thread Edgar Alan Calvillo Moreno
Hi i'm new using Geo Tools, and i need a little of help I have this code : package geotools; import java.io.File; import java.net.URL; import org.geotools.data.shapefile.ShapefileDataStore; import org.geotools.data.FeatureSource; import org.geotools.data.FeatureResults; /** * * @author ro

[Geotools-devel] Geotools LEGAL status, Oct 2007

2007-10-31 Thread Adrian Custer
Hey all, I have prepared a wiki page documenting the legal situation as I understand it, here: http://docs.codehaus.org/display/GEOTOOLS/Geotools+Legal+Review The page also contains all the documents that I find relevant, although some are only referenced from within the text of the documents at

Re: [Geotools-devel] Geotools do not compile with Java 6. Cause in unsupported/H2

2007-10-31 Thread Jody Garnett
Sure kill that code - it was just a quick experiment to give Andrea some ideas on how to handle connection pools. Jody > You will have to ask Jody about that one. I am the maintainer of the h2 > module but is code put there by Jody. From my understanding nothing is > actually using it and its just

Re: [Geotools-devel] Logging redirection proposal updated

2007-10-31 Thread Jody Garnett
Bah stupid email button; I was starting to reply and then noticed I needed to round up some more of the thread onto that page. I have listed the documentation pages that need to be updated on that page; the explaination probably needs to be in the user guide; the code example in the developers g

Re: [Geotools-devel] Logging redirection proposal updated

2007-10-31 Thread Andrea Aime
Jody Garnett ha scritto: > Andrea Aime wrote: >> Hi, >> so yesterday the GeoServer PSC voted in favour of using >> the new gt2 logging redirection (provided the geotools >> PMC approves it, of course). >> >> I've just updated the proposal to incorporate the last >> discussion about factories, tryin

Re: [Geotools-devel] Logging redirection proposal updated

2007-10-31 Thread Jody Garnett
Andrea Aime wrote: > Hi, > so yesterday the GeoServer PSC voted in favour of using > the new gt2 logging redirection (provided the geotools > PMC approves it, of course). > > I've just updated the proposal to incorporate the last > discussion about factories, trying to mediate between > Jody and Ma

Re: [Geotools-devel] Geotools do not compile with Java 6. Cause in unsupported/H2

2007-10-31 Thread Justin Deoliveira
You will have to ask Jody about that one. I am the maintainer of the h2 module but is code put there by Jody. From my understanding nothing is actually using it and its just a proof of concept. Jody can we remove this class? I dont want a bunch of stuff that noone is using piling up in that module

Re: [Geotools-devel] Bug in PostPreProcessFilterSplittingVisitor

2007-10-31 Thread Saul Farber
Stefan, Don't worry about the patch for now. Doing the WFS datastore with the 'new style' FilterCapabilities is a good idea, and I don't think there's any pressing need from my end to get it done right away. There'll be a release soon, so if you want to get your fix in to geoserver 1.6.0, then y

Re: [Geotools-devel] Determining axis order of a CRS

2007-10-31 Thread Martin Desruisseaux
Hello Andrea Andrea Aime a écrit : > I'm trying to solve the following problem. I have a CRS object, > and I need to go back to its id, but this time with a twist, > in that I need to generate a code like "epsg:4326" if the CRS > is lon/lat ordered, and like "urn:x-ogc:def:crs:EPSG:6.11.2:4326" >

[Geotools-devel] Determining axis order of a CRS

2007-10-31 Thread Andrea Aime
Hi Martin, I'm trying to solve the following problem. I have a CRS object, and I need to go back to its id, but this time with a twist, in that I need to generate a code like "epsg:4326" if the CRS is lon/lat ordered, and like "urn:x-ogc:def:crs:EPSG:6.11.2:4326" if the axis order is the opposite (

[Geotools-devel] [jira] Created: (GEOT-1555) Consider letting MonolineFormatter send output to stderr

2007-10-31 Thread Martin Desruisseaux (JIRA)
Consider letting MonolineFormatter send output to stderr Key: GEOT-1555 URL: http://jira.codehaus.org/browse/GEOT-1555 Project: GeoTools Issue Type: Wish Components: core met

Re: [Geotools-devel] Logging redirection proposal updated

2007-10-31 Thread Martin Desruisseaux
Andrea Aime a écrit : > I've just updated the proposal to incorporate the last > discussion about factories, trying to mediate between > Jody and Martin positions: > * a log factory has been introduced that people can use > to perform their own custom redirections > * the log related methods are

[Geotools-devel] Geotools do not compile with Java 6. Cause in unsupported/H2

2007-10-31 Thread Martin Desruisseaux
In modules/unsupported/H2, class org.geotools.data.jdbc.ConnectionDecorator implements java.sql.Connection. But a bunch of new methods have been added in the Connection interface as of Java 6, thus causing a compilation error. We can not just add the missing methods in ConnectionDecorator because

[Geotools-devel] Logging redirection proposal updated

2007-10-31 Thread Andrea Aime
Hi, so yesterday the GeoServer PSC voted in favour of using the new gt2 logging redirection (provided the geotools PMC approves it, of course). I've just updated the proposal to incorporate the last discussion about factories, trying to mediate between Jody and Martin positions: * a log factory ha