feat(wind): Live-Windrichtung vom Standort (Open-Meteo) (v1.6.1)

- Neuer „Live vom Standort"-Knopf in der Windrose holt die aktuelle
  Windrichtung + Geschwindigkeit von Open-Meteo (kostenlos, ohne Key)
- Beim Öffnen eines Einsatzes ohne gesetzten Wind wird die Windrichtung
  automatisch vom Einsatzort vorgeschlagen (einmal pro Projekt, online)
- Toast zeigt Richtung, Grad, km/h und Böen
- Neue lib/wind.ts (fetchLiveWind)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pepe Ziberi
2026-07-22 21:01:24 +02:00
parent 6b6bae9ce1
commit 997e200d68
5 changed files with 96 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lageplan",
"version": "1.6.0",
"version": "1.6.1",
"description": "Feuerwehr Lageplan - Krokier-App für Einsatzdokumentation",
"private": true,
"scripts": {