Add guided operational GIS workflow
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-04 23:52:25 +02:00
parent 069de33080
commit 14b66e642b
7 changed files with 219 additions and 4 deletions
@@ -21,9 +21,17 @@ def test_map_workspace_can_select_persisted_database_layer_and_run_query() -> No
assert "map-database-layer-select" in map_workspace
assert "Select persisted vector layer" in map_workspace
assert "Basemap usage notice" in map_workspace
assert "VITE_MAP_STYLE_URL" in map_workspace
assert "Operational GIS run" in map_workspace
assert "Guided operational GIS workflow" in map_workspace
assert "vector_features" in map_workspace
assert "Run AOI/layer query" in map_workspace
assert "Save result dataset" in map_workspace
assert "Save GeoJSON export" in map_workspace
assert "Run QA/QC" in map_workspace
assert "selectedMapDatasetId=" in app_shell
assert ".basemap-policy-notice" in styles
assert ".guided-gis-flow" in styles
assert ".gis-test-run-surface" in styles
assert ".gis-test-run-grid" in styles