Re: [Geotools-devel] SQLServer 2008 indexing support

2009-06-22 Thread Justin Deoliveira
Hi Kevin, Kevin Neufeld wrote: > Hi all, > > I'm trying to add basic indexing support for the SQLServer jdbc project. > > Currently queries that hit the database always perform full table scans and > are of the form: > > SELECT "ID",CAST("geom".STSrid as VARCHAR) + ':' + "geom".STAsText() as "

Re: [Geotools-devel] Styling/Filter Issue (BinaryComparisonAbstract)

2009-06-22 Thread Justin Deoliveira
Hi Emily and Jody, We have run up against this issue before, and it illuminates a pretty fundamental bug in our filter code. The following very basic test case for instance fails: Literal d = ff.literal( 1.1 ); Literal i = ff.literal( 1 ); Filter f1 = ff.greater( d, i ); assertTrue( f1

Re: [Geotools-devel] GEIT-2559

2009-06-22 Thread Justin Deoliveira
Just read over the comments and the issue, and I think I agree with Christian in that it sounds like we would be limiting ourselves to specific environments just to gain a bit of convenience. I would however be for Andreas suggestion of first trying the JNDI string as is, and in the event a con

[Geotools-devel] Svn mergeinfo oddities

2009-06-22 Thread Andrea Aime
Hi all, I don't know if this is just a result of the recent switch to svn 1.5 on the server, but I'm getting a ton of changes made automatically by svn itself which look like: Proprietà modificate su: plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/gce/RasterInfo.java __

[Geotools-devel] [jira] Created: (GEOT-2561) ShapefileDataStore throws exception when storing a null geometry

2009-06-22 Thread Andrea Aime (JIRA)
ShapefileDataStore throws exception when storing a null geometry Key: GEOT-2561 URL: http://jira.codehaus.org/browse/GEOT-2561 Project: GeoTools Issue Type: Bug Compo

[Geotools-devel] Build failed in Hudson: geotools-2.5.x #493

2009-06-22 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-2.5.x/493/changes Changes: [aaime] GEOT-2561, ShapefileDataStore throws exception when storing a null geometry [aaime] Make simplify filter visitor work on double negation as well -- [...truncated 4372 li

[Geotools-devel] [jira] Created: (GEOT-2563) DefaultCoordinateSequenceTransformer fails if target cs does not respect the specified dimension

2009-06-22 Thread Andrea Aime (JIRA)
DefaultCoordinateSequenceTransformer fails if target cs does not respect the specified dimension Key: GEOT-2563 URL: http://jira.codehaus.org/browse/GEOT-2563

[Geotools-devel] [jira] Created: (GEOT-2562) ImageWorker rescaleToBytes sometimes fails to preserve source dynamic

2009-06-22 Thread Simone Giannecchini (JIRA)
ImageWorker rescaleToBytes sometimes fails to preserve source dynamic - Key: GEOT-2562 URL: http://jira.codehaus.org/browse/GEOT-2562 Project: GeoTools Issue Type: Improveme

[Geotools-devel] Hudson build is back to normal: geotools-2.5.x #494

2009-06-22 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-2.5.x/494/changes -- Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconferenc

[Geotools-devel] [jira] Created: (GEOT-2564) ShapefileDataStore createSchema tries to set a non empty envelope in the header

2009-06-22 Thread Andrea Aime (JIRA)
ShapefileDataStore createSchema tries to set a non empty envelope in the header --- Key: GEOT-2564 URL: http://jira.codehaus.org/browse/GEOT-2564 Project: GeoTools I

[Geotools-devel] [jira] Created: (GEOT-2565) CRS.envelope fails if the area of validity spans the antimeridian

2009-06-22 Thread Andrea Aime (JIRA)
CRS.envelope fails if the area of validity spans the antimeridian -- Key: GEOT-2565 URL: http://jira.codehaus.org/browse/GEOT-2565 Project: GeoTools Issue Type: Bug C

Re: [Geotools-devel] Svn mergeinfo oddities

2009-06-22 Thread Michael Bedward
> That is, svn client, v 1.5.6, is removing svn:mergeinfo from files and > directories here and there... not sure if this is a problem or just > something that will happen for some time as the checkouts adapt to the > new set of informations provided by the server? > I think (hope) that is the cas