[Geotools-devel] moving jdbc-ng modules

2009-07-03 Thread Justin Deoliveira
Hi all, I would like to do the move of the jdbc-ng modules supported this weekend at some time. I wanted to send this email earlier but forgot, oh well. Anyways, I will wait to hear back from Christian and Andrea before doing the move as to know throw them off. -Justin -- Justin Deoliveira

Re: [Geotools-devel] proposal to move jdbc-ng to supported

2009-07-03 Thread Justin Deoliveira
Andrea Aime wrote: > Justin Deoliveira ha scritto: >> Here it is: >> >> It was actually already started, I just had to tweak it a bit. >> >> http://docs.codehaus.org/display/GEOTOOLS/Next+Generation+JDBC+DataStore >> >> It is more or less ready for voting, which I think at this point is >> just a

[Geotools-devel] [jira] Created: (GEOT-2597) Patch to enable non schema users

2009-07-03 Thread Bernhard Kiselka (JIRA)
Patch to enable non schema users Key: GEOT-2597 URL: http://jira.codehaus.org/browse/GEOT-2597 Project: GeoTools Issue Type: Sub-task Components: data jdbc-ng Affects Versions: 2.5.6 En

[Geotools-devel] Hudson build is back to normal: geotools-trunk #1766

2009-07-03 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-trunk/1766/changes -- ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Geotools-devel] REQUEST to create a new gt-jp2kakadu module on unsupported land to handle jp2k data via kakadu driver.

2009-07-03 Thread Christian Müller
+1 without comment Daniele Romagnoli writes: > Hi again, > I have setup a brief wiki page with preliminar info on this: > http://docs.codehaus.org/display/GEOTOOLS/JP2K+Kakadu+Plugin > If everything is ok, can I have a +1? > > Regards, > Daniele > > On Thu, Jul 2, 2009 at 4:23 PM, Daniele R

[Geotools-devel] Build failed in Hudson: geotools-trunk #1765

2009-07-03 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-trunk/1765/changes Changes: [mcr] Adding drop view method [aaime] GEOT-2579, Infinite loop when trying to render labels whose font size has been set to zero -- [...truncated 2139 lines...] [INFO] Preparin

[Geotools-devel] [jira] Created: (GEOT-2596) Rotated label shields are not properly centered with the label

2009-07-03 Thread Andrea Aime (JIRA)
Rotated label shields are not properly centered with the label -- Key: GEOT-2596 URL: http://jira.codehaus.org/browse/GEOT-2596 Project: GeoTools Issue Type: Bug Affects Version

Re: [Geotools-devel] Could someone apply the DefaultMapLayer patch to 2.5.x branch?

2009-07-03 Thread Frank Gasdorf
Andrea, see inline comments: > Frank Gasdorf ha scritto: > > Hi Andrea, Hello Justin, > > > > I startet writing a test class for the DefaultMapLayer getBounds method. > > Would you agree if we shoud cover the following cases: > > - featureSource.getSchema().getCoordinateReferenceSystem() returns

[Geotools-devel] Build failed in Hudson: geotools-trunk #1764

2009-07-03 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-trunk/1764/changes Changes: [groldan] GEOT-2549 move ISession to gt-arcsde-common so it's isolated enough as to be included as a pure jndi dependency -- [...truncated 2197 lines...] [INFO] Preparing source

Re: [Geotools-devel] Could someone apply the DefaultMapLayer patch to 2.5.x branch?

2009-07-03 Thread Andrea Aime
Frank Gasdorf ha scritto: > Andrea, see inline comments: > >> Frank Gasdorf ha scritto: >>> Hi Andrea, Hello Justin, >>> >>> I startet writing a test class for the DefaultMapLayer getBounds >>> method. Would you agree if we shoud cover the following cases: - >>> featureSource.getSchema().getCoord

Re: [Geotools-devel] Could someone apply the DefaultMapLayer patch to 2.5.x branch?

2009-07-03 Thread Andrea Aime
Frank Gasdorf ha scritto: > Hi Andrea, Hello Justin, > > I startet writing a test class for the DefaultMapLayer getBounds method. > Would you agree if we shoud cover the following cases: > - featureSource.getSchema().getCoordinateReferenceSystem() returns null -> > returns an empty ReferencedEnve

[Geotools-devel] [jira] Created: (GEOT-2595) Refine logic by which JDBCDataStore decides wheter a typeName is updatable or not

2009-07-03 Thread Andrea Aime (JIRA)
Refine logic by which JDBCDataStore decides wheter a typeName is updatable or not - Key: GEOT-2595 URL: http://jira.codehaus.org/browse/GEOT-2595 Project: GeoTools

Re: [Geotools-devel] Could someone apply the DefaultMapLayer patch to 2.5.x branch?

2009-07-03 Thread Frank Gasdorf
Hi Andrea, Hello Justin, I startet writing a test class for the DefaultMapLayer getBounds method. Would you agree if we shoud cover the following cases: - featureSource.getSchema().getCoordinateReferenceSystem() returns null -> returns an empty ReferencedEnvelope - featureSource.getBounds() retu

[Geotools-devel] [jira] Created: (GEOT-2594) JDBC-NG cannot handle views on Oracle anymore

2009-07-03 Thread Andrea Aime (JIRA)
JDBC-NG cannot handle views on Oracle anymore - Key: GEOT-2594 URL: http://jira.codehaus.org/browse/GEOT-2594 Project: GeoTools Issue Type: Bug Components: data jdbc-ng Affects Versio

Re: [Geotools-devel] proposal to move jdbc-ng to supported

2009-07-03 Thread Andrea Aime
Justin Deoliveira ha scritto: > Here it is: > > It was actually already started, I just had to tweak it a bit. > > http://docs.codehaus.org/display/GEOTOOLS/Next+Generation+JDBC+DataStore > > It is more or less ready for voting, which I think at this point is just > a formality. I'm +1, but th

Re: [Geotools-devel] Could someone apply the DefaultMapLayer patch to 2.5.x branch?

2009-07-03 Thread Andrea Aime
Justin Deoliveira ha scritto: > Hi Frank, > > I tried applying the patch to 2.5.x, but it causes a failure in the > shapefile-renderer module. I had to add a check for the case where the > referenced envelope returned has a null crs, and when it does set it to > the source crs. > > This is not

Re: [Geotools-devel] Could someone apply the DefaultMapLayer patch to 2.5.x branch?

2009-07-03 Thread Justin Deoliveira
Hi Frank, I tried applying the patch to 2.5.x, but it causes a failure in the shapefile-renderer module. I had to add a check for the case where the referenced envelope returned has a null crs, and when it does set it to the source crs. This is not my domain so i am not sure if this is an ac

Re: [Geotools-devel] REQUEST to create a new gt-jp2kakadu module on unsupported land to handle jp2k data via kakadu driver.

2009-07-03 Thread Daniele Romagnoli
Hi again, I have setup a brief wiki page with preliminar info on this: http://docs.codehaus.org/display/GEOTOOLS/JP2K+Kakadu+Plugin If everything is ok, can I have a +1? Regards, Daniele On Thu, Jul 2, 2009 at 4:23 PM, Daniele Romagnoli < daniele.romagn...@geo-solutions.it> wrote: > Hi Andrea, >