Persist map area selection exports
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:12:09 +02:00
parent f773225b98
commit 46fe3edfc5
15 changed files with 359 additions and 7 deletions
+8
View File
@@ -7,6 +7,14 @@
# Changelog
## 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.
- Selection exports query persisted PostGIS `vector_features`, write a `vector_selection_geojson` FeatureCollection and store selection bbox/count metadata in the export record.
- Added `Save area export` to the Map workspace after an area extract, including loading/error state and latest artifact path feedback.
- Updated frontend export typing/API hook wiring so saved selections appear in the existing Export Center history.
- No migrations, provider fetching, AI behavior, real model dependencies or new product domains were introduced.
## Sprint 106 Map area selection extract (2026-06-25)
- Added a read-only bbox selection endpoint for vector datasets: `POST /api/v1/projects/{project_id}/datasets/{dataset_id}/vector/select`.