When working with a mapboard-gis project file in Spatialite mode, we can't open topological tables created in the app in QGIS. Linework and polygon tables open fine. When I try to open the main_face_geom table in the QGIS DB Browser, I get an error that suggests a library incompatibility.
The easiest solution seems to be to write out geometry objects on each topology change. However, doing this efficiently will be difficult.
When working with a
mapboard-gis
project file in Spatialite mode, we can't open topological tables created in the app in QGIS. Linework and polygon tables open fine. When I try to open themain_face_geom
table in the QGIS DB Browser, I get an error that suggests a library incompatibility.The easiest solution seems to be to write out geometry objects on each topology change. However, doing this efficiently will be difficult.