zoomtest
/* Modul-scope, damit nichts kollidiert */
.leafimg-wrap { width: 100%; }
#leafimg-map {
width: 95%;
height: 70vh; /* Höhe anpassen */
background: #FDFDFA; /* neutraler Hintergrund */
border-radius: 18px;
}
(function () {
// === ANPASSEN ===
const imageUrl = "YYY_images/karte_test/Ostsee_Vogelperspektive_2022_1.jpg"; // Pfad zu deiner Karte
const imageWidth = 5100; // Breite (px)
const imageHeight= 2550; // Höhe (px)
const minZoom = -4; // weiter...
