This is a small application that uses spatialite to save data associated to greographic coordinates.
You need to install the spatialite
extension for SQLite. On Debian, or Ubuntu, you can do it with:
sudo apt install libsqlite3-mod-spatialite
Then you can run this application normally with SQLPage.
Notice the sqlite_extensions
configuration parameter in sqlpage/sqlpage.json
.