Persist map area selection exports
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user