Closed signedav closed 3 months ago
Nice!
Is this on 5.1.1?
I still get the error on export:
Error: failed to query MultiGeom.Spots.POI
Error: [SQLITE_ERROR] SQL error or missing database (no such table: poi_line)
...export failed
with this command:
$ java -jar /home/dave/dev/opengisch/QgisModelBakerLibrary/modelbaker/iliwrapper/bin/ili2gpkg-5.1.1/ili2gpkg-5.1.1.jar --dbfile /home/dave/qgis_projects/multigeometry/multi_01.gpkg --export --disableValidation --exportTid --models MultiGeom /home/dave/qgis_projects/multigeometry/export.xtf
yes. But requires that the .gpkg file was created with 5.1.1+
Ah... Alright!
On schema import we can pass option
--gpkgMultiGeomPerTable
to support multiple geometry columns per table in GeoPackage. This works.But on export, when we don't pass option
--gpkgMultiGeomPerTable
it encounters an error.When we pass the option it works fine.
Still, the option should not be needed in export / import / validate, since there are no other info needed how the schema is created.
KbS_V1_5
Testmodel