Tryton GIS backend

Tryton GIS backend#

Tryton GIS (Geographic Information System) adds support for geospatial data to Tryton. It adds new Field types like Point, LineString and MultiPolygon.

The intended use is to write GIS data directly into the database with an existing GIS software.

For using these Tryton GIS, the PostGIS extension must be installed on the database and the database uri in the [database] sectionn of the configuration must start with: postgis:// instead of postgresql://.