Hi. I use Spatialite from within an SQLite3 prompt on Windows.
When I start a session I type:
.load mod_spatialite.dll
This has allowed me to use function calls like ST_Distance and MakeCircle.
When I try a statement using RTreeIntersects I get an error saying it isn’t a function. The v4.2.0 documentation at:
http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.2.0.html
says it is in the Geocallbacks module.
However, the documentation for Spatialite 5.1.0 at:
http://www.gaia-gis.it/gaia-sins/spatialite-sql-latest.html#p13
doesn’t have the RTreeIntersects function.
Is it superseded by functions like MbrIntersects?
Best, Chris