Add V1 selected area map overlay
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 00:21:01 +02:00
parent 97be9d9293
commit 47cd2c6c1e
12 changed files with 315 additions and 21 deletions
+1
View File
@@ -55,6 +55,7 @@ export interface AreaRead {
area_m2?: number | null
created_at?: string | null
geometry_type?: string | null
geometry?: GeoJSON.Polygon | GeoJSON.MultiPolygon | null
}
export interface AreaCreate {