Re: [gdal-dev] Binary Predicates in SQLite SQL dialect

2014-10-01 Thread Even Rouault
Le mercredi 01 octobre 2014 14:49:27, vous avez écrit : > On 2014-09-30 17:08, Even Rouault wrote: > > Le mardi 30 septembre 2014 20:20:14, Andre Vautour a écrit : > >> Hi all, > >> > >> I am trying to use a geometry binary predicate (ST_Intersects) in > >> ExecuteSQL() with the SQLite dialect and

Re: [gdal-dev] Binary Predicates in SQLite SQL dialect

2014-10-01 Thread Andre Vautour
On 2014-09-30 17:08, Even Rouault wrote: Le mardi 30 septembre 2014 20:20:14, Andre Vautour a écrit : Hi all, I am trying to use a geometry binary predicate (ST_Intersects) in ExecuteSQL() with the SQLite dialect and keep getting back an "ST_Intersect function does not exist" error back from S

Re: [gdal-dev] Binary Predicates in SQLite SQL dialect

2014-09-30 Thread Even Rouault
Le mardi 30 septembre 2014 23:57:20, Rahkonen Jukka (Tike) a écrit : > Even Rouault wrote: > > Le mardi 30 septembre 2014 23:20:12, Jukka Rahkonen a écrit : > >> Even Rouault spatialys.com> writes: > > > Le mardi 30 septembre 2014 20:20:14, Andre Vautour a écrit : > > ... > > > >> > > I would bui

Re: [gdal-dev] Binary Predicates in SQLite SQL dialect

2014-09-30 Thread Rahkonen Jukka (Tike)
Even Rouault wrote: > Le mardi 30 septembre 2014 23:20:12, Jukka Rahkonen a écrit : >> Even Rouault spatialys.com> writes: > > Le mardi 30 septembre 2014 20:20:14, Andre Vautour a écrit : > ... > >> > > I would build SpatiaLite with GEOS support, but unfortunately its LGPL > > > licensing is too

Re: [gdal-dev] Binary Predicates in SQLite SQL dialect

2014-09-30 Thread Even Rouault
Le mardi 30 septembre 2014 23:20:12, Jukka Rahkonen a écrit : > Even Rouault spatialys.com> writes: > > Le mardi 30 septembre 2014 20:20:14, Andre Vautour a écrit : > ... > > > > I would build SpatiaLite with GEOS support, but unfortunately its LGPL > > > licensing is too restrictive for our appl

Re: [gdal-dev] Binary Predicates in SQLite SQL dialect

2014-09-30 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > Le mardi 30 septembre 2014 20:20:14, Andre Vautour a écrit : ... > > I would build SpatiaLite with GEOS support, but unfortunately its LGPL > > licensing is too restrictive for our application. So, would it make > > sense to change the logic in OGRSQLite

Re: [gdal-dev] Binary Predicates in SQLite SQL dialect

2014-09-30 Thread Even Rouault
Le mardi 30 septembre 2014 20:20:14, Andre Vautour a écrit : > Hi all, > > I am trying to use a geometry binary predicate (ST_Intersects) in > ExecuteSQL() with the SQLite dialect and keep getting back an > "ST_Intersect function does not exist" error back from SQLite. > > GDAL is built with Spat

[gdal-dev] Binary Predicates in SQLite SQL dialect

2014-09-30 Thread Andre Vautour
Hi all, I am trying to use a geometry binary predicate (ST_Intersects) in ExecuteSQL() with the SQLite dialect and keep getting back an "ST_Intersect function does not exist" error back from SQLite. GDAL is built with SpatiaLite (HAVE_SPATIALITE is defined), but I believe the problem is that