feat(map): Implement interactive area overlays

This major update introduces a complete system for visualizing protected areas on the OpenLayers map. It adds a new sync script to process area data and heavily modifies the frontend to support interactive, multi-layer display with custom popups.

Additionally, data-sync scripts were refactored to run globally on all configured worlds, simplifying cron automation.
This commit is contained in:
Rainer 2025-06-23 01:41:17 +02:00
parent fa94f0e23d
commit a225feef98
11 changed files with 568 additions and 687 deletions

View file

@ -59,15 +59,6 @@ EOD
# OPTIONALE ÜBERSCHREIBUNGEN (Kommentare entfernen zum Aktivieren)
# ================================================================
# --- Leaflet Kartengrenzen ---
# Diese Werte aus der gdal2tiles Ausgabe (leaflet.html) entnehmen!
# Wichtig für die korrekte Positionierung der Karte.
#LEAFLET_BOUNDS_SOUTH="-85.0511"
#LEAFLET_BOUNDS_WEST="-170"
#LEAFLET_BOUNDS_NORTH="85.0511"
#LEAFLET_BOUNDS_EAST="170"
#LEAFLET_ZOOM_AFTER_FIT="1"
# --- Minetestmapper-Optionen für DIESE WELT ---
#MM_OPT_ZOOM_LEVEL="3"
#MM_CFG_DRAWPLAYERS="false"