Keep map selections within active areas
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 14:35:16 +02:00
parent e48d6c9873
commit 2723043e3d
7 changed files with 28 additions and 12 deletions
@@ -33,6 +33,8 @@ def test_regional_map_uses_logical_partition_groups_and_exact_analysis() -> None
assert "/datasets/raster/terrain/select" in api
assert "/datasets/raster/flood-hazard/select" in api
assert "Rasterlaag actief" in app
assert "void analyzeSelection(bbox, selectedMapArea?.id)" in workspace
assert "onDeriveMapSelectionDataset(bbox, selectedMapArea?.id)" in workspace
def test_maplibre_supports_multiple_persisted_raster_overlays() -> None: