Persist map selections as derived datasets
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-25 02:25:49 +02:00
parent 1e42302f62
commit b92faafa74
16 changed files with 587 additions and 2 deletions
+7
View File
@@ -7,6 +7,13 @@
# Changelog
## Sprint 108 Map selection derived datasets (2026-06-25)
- Added `POST /api/v1/projects/{project_id}/datasets/{dataset_id}/vector/select/derive` to persist a map bbox selection as a reusable derived vector dataset.
- Derived selection datasets keep source provenance, write a GeoJSON artifact and index their features back into `vector_features`.
- Added `Save as dataset` to the Map workspace after area extract, including loading/error/latest dataset feedback.
- Added regression coverage for service persistence, empty-selection failure, canonical API envelope and frontend wiring.
## Sprint 107 Map selection export handoff (2026-06-25)
- Added `vector_selection` GeoJSON export support to persist bbox-selected map features as normal export artifacts.