fix: preserve official Mol CRS provenance
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:44:31 +02:00
parent 490325e0cd
commit 480634c301
4 changed files with 50 additions and 9 deletions
@@ -52,6 +52,7 @@ def test_mol_provisioner_uses_official_identity_and_exact_boundary_clipping() ->
assert module.MUNICIPALITY_NIS_CODE == "13025"
assert module.PROJECT_NAME == "Mol Municipality Workbench"
assert module.GEOJSON_CRS == {"type": "name", "properties": {"name": "EPSG:4326"}}
assert len(buildings) == 2
assert summary["bbox_feature_count"] == 3
assert summary["outside_boundary_count"] == 1
@@ -147,4 +148,3 @@ def test_municipality_workspace_is_wired_into_runtime_and_frontend_priority() ->
assert "featureCollectionBounds(featureCollection)" in map_source
assert "useMemo(() => getFeatureCollectionBBox(mapFeatureCollection)" in map_workspace
assert "Math.min(...xs)" not in map_source