feat(poi): Mouseover-Tooltip für POIs mit Tailwind-Styling ersetzt Popup

- bindPopup entfernt und durch bindTooltip ersetzt
- Tooltip zeigt POI-Details bei Hover
- Tailwind-Klassen sorgen für einheitliches Design (rund, schatten, padding)
- Version auf 1.1.177 erhöht
This commit is contained in:
ISA
2025-05-26 14:08:26 +02:00
parent cd46401f14
commit 873ce0ba5e
3 changed files with 45 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.177";
export const APP_VERSION = "1.1.178";