feat(windkarte): geometry eingebettet in wind_area CMS-Einträge
Deploy / verify (push) Successful in 49s
Deploy / deploy (push) Successful in 1m8s

GeoJSON-Geometrie direkt in CMS-Einträgen gespeichert — kein separates
GeoJSON-File mehr. WindkarteMap baut FeatureCollection aus areas[].geometry.
WindArea-Typ bekommt geometry-Feld. geojsonUrl-Prop entfernt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-05-13 11:34:59 +02:00
parent ee56a457d3
commit ca742345f3
3 changed files with 25 additions and 15 deletions
+1
View File
@@ -10,4 +10,5 @@ export type WindArea = {
gemeinden?: string[];
stellungnahme?: { _slug: string; slug?: string } | string | null;
notizen?: string;
geometry?: GeoJSON.Geometry;
};