feat: map the complete municipality of Mol
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 05:35:15 +02:00
parent f757a527cf
commit 490325e0cd
20 changed files with 1027 additions and 62 deletions
@@ -173,7 +173,6 @@ class VectorFeatureService:
persisted.append(row)
if commit:
db.flush()
db.commit()
for row in persisted:
db.refresh(row)
return persisted