MerginMaps / work-packages

Mergin Maps Work Packages: manage field surveys for multiple teams
MIT License
7 stars 4 forks source link

Get rid of mod_spatialite dependency #7

Open wonder-sk opened 3 years ago

wonder-sk commented 3 years ago

We load mod_spatialite module to sqlite3 because we need some basic ST_* functions like ST_IsEmpty() which are used in triggers of tables of geopackages.

Maybe we can somehow use libgpkg implementations from geodiff?

wonder-sk commented 1 year ago

For geometry-based filtering, we are using more functions from spatialite:

(could be replaced by reading data and then doing intersection tests with shapely)