fix(map): exclude high-resolution rasters from overview
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-21 22:56:39 +02:00
parent 20829f1a24
commit 20ec8ad6b2
4 changed files with 63 additions and 3 deletions
+17
View File
@@ -10990,3 +10990,20 @@ Remaining in this pass:
- run the complete readiness gate, deploy the immutable revision and repeat
both the large overview rectangle and a regional partitioned rectangle in
the live browser.
## 2026-07-21 - Persisted raster scale guard
Live verification of the first scale-aware release showed that on-demand
provider fan-out was resolved, but already persisted 5 m terrain and flood
rasters could still enter a Belgium-scale analysis. The shared selection guard
now applies the same real pixel budgets to persisted rasters: country-scale
overview analysis keeps PostGIS vector and national statistical sources, while
high-resolution rasters require detail or safely bounded regional extent.
Validation:
- frontend typecheck, 29 unit tests and the production build passed;
- the map acquisition, component-boundary and density regression contracts
passed (12 tests);
- live redeployment and a repeated Belgium-scale rectangle follow on the
immutable patch revision.