[Geotools-devel] [jira] Created: (GEOT-2123) support virtual feature types generated from an sql query

2008-11-04 Thread Justin Deoliveira (JIRA)
support virtual feature types generated from an sql query - Key: GEOT-2123 URL: http://jira.codehaus.org/browse/GEOT-2123 Project: GeoTools Issue Type: New Feature Components:

Re: [Geotools-devel] [udig-devel] A need for branching uDig and Geotools, and how to merge again

2008-11-04 Thread Wellmann, Harald
Hi Adrian, it's good to receive positive feedback both from you for Geotools and from Jody for uDig, so I think it won't be too hard to get this task done. Glad to hear about the Mercurial repository at Geomatys. Then I'd better scrap my own and clone that one - so far, my changes are minimal,

Re: [Geotools-devel] Correction to PostgisDataStore

2008-11-04 Thread Andrea Aime
Milton Jonathan ha scritto: > OK then, I'll use that for the correction then > > But just for noting: the method CRS.lookupEpsgCode() did work fine with > all .prj files I have (and none of them contain the code, they're quite > like the one you described). But it only works when performing a fu

Re: [Geotools-devel] Correction to PostgisDataStore

2008-11-04 Thread Milton Jonathan
OK then, I'll use that for the correction then But just for noting: the method CRS.lookupEpsgCode() did work fine with all .prj files I have (and none of them contain the code, they're quite like the one you described). But it only works when performing a full scan, as happens with CRS.lookupId

[Geotools-devel] [jira] Created: (GEOT-2122) unify gml2 and gml3 feature type parsing and behaviour

2008-11-04 Thread Justin Deoliveira (JIRA)
unify gml2 and gml3 feature type parsing and behaviour -- Key: GEOT-2122 URL: http://jira.codehaus.org/browse/GEOT-2122 Project: GeoTools Issue Type: Improvement Components: ext x

[Geotools-devel] [jira] Created: (GEOT-2121) 1.0 filter does not properly encode FeatureId elements

2008-11-04 Thread Justin Deoliveira (JIRA)
1.0 filter does not properly encode FeatureId elements -- Key: GEOT-2121 URL: http://jira.codehaus.org/browse/GEOT-2121 Project: GeoTools Issue Type: Bug Components: ext xml-xsd

[Geotools-devel] [jira] Created: (GEOT-2120) Oracle resultSet.getAttribute won't return a java.util.Date subclass for timestamp data

2008-11-04 Thread Andrea Aime (JIRA)
Oracle resultSet.getAttribute won't return a java.util.Date subclass for timestamp data --- Key: GEOT-2120 URL: http://jira.codehaus.org/browse/GEOT-2120 Project: Geo

Re: [Geotools-devel] Correction to PostgisDataStore

2008-11-04 Thread Andrea Aime
Milton Jonathan ha scritto: > Hello Andrea > > Hmm, so instead of CRS.lookupEpsgCode(refSys, true), you would suggest > something like: > > SRID = CRS.lookupIdentifier(refSys, true); > if (SRID != null) > SRID = SRID.substring(SRID.indexOf(':')+1); > > If I understand it well, the adv

[Geotools-devel] [jira] Created: (GEOT-2119) JDBCDatastore.getPrimaryKey visibility

2008-11-04 Thread Alessandro Radaelli (JIRA)
JDBCDatastore.getPrimaryKey visibility -- Key: GEOT-2119 URL: http://jira.codehaus.org/browse/GEOT-2119 Project: GeoTools Issue Type: Improvement Components: data jdbc-ng Reporter: Al

Re: [Geotools-devel] Correction to PostgisDataStore

2008-11-04 Thread Milton Jonathan
Hello Andrea Hmm, so instead of CRS.lookupEpsgCode(refSys, true), you would suggest something like: SRID = CRS.lookupIdentifier(refSys, true); if (SRID != null) SRID = SRID.substring(SRID.indexOf(':')+1); If I understand it well, the advantage is that this will work even if the au

[Geotools-devel] Progress on geotidy

2008-11-04 Thread Martin Desruisseaux
As proposed in yesterday IRC, there is an update of progress in port of GeoTools 2.x code to Geotidy. On a related note, I think that the amount of changes in geotidy looks scary. But in the case of the referencing module, if you didn't wrote your own MapProjection classes, I think that you are lik

Re: [Geotools-devel] Moving the repository to OSGEO

2008-11-04 Thread Andrea Aime
Adrian Custer ha scritto: > Hey all, > > If you want to move the repo, OSGeo is ready to host it. The transfer > would require something like: > 1. open a TRAC issue and probably notify the OSGeo admin group > 2. schedule the transfer with refractions admin and osgeo > 3. freeze the

Re: [Geotools-devel] Moving the repository to OSGEO

2008-11-04 Thread Adrian Custer
Hey all, If you want to move the repo, OSGeo is ready to host it. The transfer would require something like: 1. open a TRAC issue and probably notify the OSGeo admin group 2. schedule the transfer with refractions admin and osgeo 3. freeze the repo 4. get a dump and get the lis