Limit map acquisition to selected theme
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 04:22:34 +02:00
parent 70c5e34ecf
commit 04b8373d7e
4 changed files with 11 additions and 3 deletions
+5
View File
@@ -24,6 +24,11 @@
- The complete repository gate passed 1,052 backend tests, 22 frontend tests,
frontend typecheck/build, one Alembic head and all readiness checks before
live deployment.
- Live browser acceptance exposed an existing orchestration problem: one
selected theme also launched every unrelated not-yet-materialized regional
product. The selection flow still summarizes every persisted theme, but now
acquires only the actively selected on-demand theme so one slow provider
cannot block the requested result.
- Added explicit administrative and maritime themes for persisted NGI/RBINS
reference data and made readiness depend on analyzable themes rather than a
raw Dataset count.
+3 -1
View File
@@ -61,7 +61,9 @@ geen open productroadmap meer.
selecteerbaar werkgebied; een technische project- of regioselectie is niet
vereist.
- [x] Kies een begrijpbaar datathema, teken een rechthoek of gebruik het
volledige werkgebied en analyseer alle 15 beschikbare thema's uit PostGIS.
volledige werkgebied en analyseer alle reeds beschikbare thema's uit
PostGIS; alleen het actief gekozen thema mag een nieuwe begrensde
on-demandbron ophalen.
- [x] Gebruik voor getekende en handmatig ingevoerde rechthoeken overal
`bbox ∩ Area`; een bbox rond het volledige werkgebied resolveert naar de
exacte persistente Area-geometrie en activeert pas dan de full-Area fast path.