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
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
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
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
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
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
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
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