fix(map): isolate bounded raster selections
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-19 18:27:10 +02:00
parent 1f5a2f0ea7
commit 80631607f7
4 changed files with 16 additions and 2 deletions
@@ -78,6 +78,10 @@ describe('map workspace selection guards', () => {
geometry_clipped_to_selection: true,
bbox_epsg4326: [4.55, 50.58, 4.56, 50.59],
})).toBe(true)
expect(isSelectionBoundedDataset({
coverage_scope: 'bounded_selection',
bbox_epsg4326: [5.1, 51.17, 5.11, 51.18],
})).toBe(true)
expect(isSelectionBoundedDataset({
geometry_clipped_to_selection: false,
bbox_epsg4326: [2.5, 49.5, 6.4, 51.6],