fix: clear stale regional map results
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 20:50:45 +02:00
parent 7af47abe2a
commit 7997a7220a
9 changed files with 131 additions and 10 deletions
+9
View File
@@ -7,6 +7,13 @@
# Changelog
## Sprint 192 Regional map state correctness (2026-07-14)
- Fixed the map-first work-area selector so changing from the complete Kempen region to a municipality clears the old bbox, theme totals and result geometry before switching Areas.
- Invalidated outstanding single-theme and multi-theme selection requests on reset, preventing a slow previous-area response from restoring stale results after a scope change.
- Replaced the hardcoded viewport instruction for `buildings` with the active dataset's reference layer name.
- Added focused state/race/status regressions and passed the complete 556-test release gate plus frontend typecheck/build.
## Sprint 191 Regional Kempen GRB context foundation (2026-07-14)
- Added one explicit regional operator for current GRB roads, water and parcels, with independent resumable municipality partitions and one normal PostGIS dataset per theme.
@@ -16,6 +23,8 @@
- Added truncation guards, atomic manifests, checksum reuse, duplicate rejection, Docker packaging, readiness compilation and focused geometry/persistence tests.
- Documented source semantics honestly: road objects are not traffic data, heterogeneous water objects are not volume metrics and ADP is not a legal cadastral survey.
- Kept all source access operator-only; the browser, startup path and public `not_configured` GRB provider perform no external fetch.
- Provisioned the live Tower snapshot: 84,504 roads, 88,332 water objects and 415,288 parcels across 28 complete partitions per theme; immediate repeat runs reused all artifacts and datasets.
- Verified exact manifest/PostGIS/distinct-ID parity, valid non-empty EPSG:4326 geometries, one immutable DatasetVersion per snapshot and canonical full-region/Mol Area selection responses.
## Sprint 190 Regional Kempen GRB buildings (2026-07-14)