-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
At the moment the postgis backend always uses 'geography' and spatialite always 'geometry'.
For spatialite there is no other option but 'geometry', but for postgis it would be possible to support 'geometry' instead of 'geography'. Deployments that require a geometry representation would benefit from having an option in muninn to allow this to be specified.
In addition, such a configuration option could then also be used to allow completely disabling geospatial data types. This would allow muninn to be used with postgresql without postgis and sqlite without spatialite. This will make deployments easier for cases where geospatial information is not applicable.