SpatiaLite support using new DB adapter now in trunk:
db=DAL('spatialite://...')
NOTES:
After installation of the required SpatiaLite libraries Windows users
*must* rename libspatialite-2.dll as libspatialite.dll for it to be
picked-up by web2py.
Support under Linux and Mac has not been tested yet, please report any
problems.
Only the geometry type is available under SpatiaLite, although there are
some functions that work on geography data they are different from the
other spatial/GIS implementations already supported in web2py (namely
PostGIS and MSSQL) and therefore they are not currently defined in the new
SpatiaLite adapter.
For examples see the original post (with the exception of geography as
noted above):
https://groups.google.com/forum/?fromgroups#!topic/web2py-usuarios/Iak2CzmqFkQ
Denes