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
@@ -79,7 +79,9 @@ def test_vector_feature_service_persists_geojson_features_with_properties() -> N
assert persisted[0].source_feature_id == "building-1"
assert persisted[0].properties_json == {"class": "building", "height": 7}
assert db.added == persisted
assert db.flushes == 1
assert db.commits == 1
assert db.refreshes == []
def test_dataset_upload_persists_vector_features(monkeypatch, tmp_path) -> None: