feat: guide raster building analysis workflow
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 00:19:38 +02:00
parent d528677e03
commit 2f9898bc82
12 changed files with 598 additions and 64 deletions
@@ -28,9 +28,10 @@ def test_cancelled_selection_requests_cannot_restore_stale_results() -> None:
assert "if (requestSequence.current !== sequence)" in themes_hook
def test_viewport_status_names_the_active_reference_layer() -> None:
def test_viewport_status_uses_end_user_map_language() -> None:
hook = read("frontend/src/hooks/useViewportVectorLayer.ts")
assert "load buildings from PostGIS" not in hook
assert "selectedDataset?.reference_layer_name?.trim() || 'features'" in hook
assert "to load ${layerLabel} from PostGIS" in hook
assert "Zichtbare kaartobjecten laden..." in hook
assert "kaartobjecten getoond" in hook
assert "PostGIS" not in hook