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 "
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
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
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
__
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
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
DefaultCoordinateSequenceTransformer fails if target cs does not respect the
specified dimension
Key: GEOT-2563
URL: http://jira.codehaus.org/browse/GEOT-2563
ImageWorker rescaleToBytes sometimes fails to preserve source dynamic
-
Key: GEOT-2562
URL: http://jira.codehaus.org/browse/GEOT-2562
Project: GeoTools
Issue Type: Improveme
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
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
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
> 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
12 matches
Mail list logo