fix: preserve official Mol CRS provenance
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user