linz / nz-buildings

:house: NZ Buildings | QGIS plugin and PostGIS database schema for building dataset management
https://nz-buildings.rtfd.io
Other
6 stars 2 forks source link

fix: blank external id field #652

Closed jducnuigeen closed 2 months ago

jducnuigeen commented 3 months ago

Fixes: #
Bulk loading in QGIS 3.34 fails with error: 2024-06-20T13:26:46 CRITICAL Database Error : function buildings_bulk_load.supplied_outlines_insert(integer, numeric, unknown) does not exist LINE 1: SELECT buildings_bulk_load.supplied_outlines_insert(81, 3357... ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.

due to the bulk load frame having the external id field filled with a greyed out "fid" image This behavior did not exist in QGIS 3.10. Forcing the field to be blank on loading the bulk load gui solves this problem. This change also works with version 3.10.

Change Description:

Just adding one line to force the gui for external id to be blank on load event. ...

...