Add map area selection extraction
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 01:59:57 +02:00
parent 00de5dbcb7
commit 851d7220df
18 changed files with 1063 additions and 2 deletions
+8
View File
@@ -574,6 +574,14 @@ history, known limitations and print-friendly CSS.
This remains a simple HTML export. It does not add a PDF designer, report
builder, live provider fetching or new analysis behavior.
## Vector area selection
`POST /api/v1/projects/{project_id}/datasets/{dataset_id}/vector/select` runs a
read-only EPSG:4326 bbox query against persisted PostGIS `vector_features` and
returns a canonical-envelope GeoJSON FeatureCollection. It is intended for the
Map workspace area-extract flow and does not create derived datasets or export
records.
## Helpful repository scripts
- `bash scripts/backend_install.sh`