feat(windkarte): geometry eingebettet in wind_area CMS-Einträge
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:
@@ -10,4 +10,5 @@ export type WindArea = {
|
||||
gemeinden?: string[];
|
||||
stellungnahme?: { _slug: string; slug?: string } | string | null;
|
||||
notizen?: string;
|
||||
geometry?: GeoJSON.Geometry;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user