Änderungen

Zur Navigation springen Zur Suche springen
27 Bytes hinzugefügt ,  19:42, 5. Mai 2021
K
fix #36
Zeile 161: Zeile 161:  
     setTimeout(function() {
 
     setTimeout(function() {
 
     const maplist = window.mapsLeafletList;
 
     const maplist = window.mapsLeafletList;
     if (maplist) maplist.forEach(l => l.map.invalidateSize(false));  
+
     if (maplist) maplist.forEach(l => {
 +
    if (l.map) l.map.invalidateSize(false);
 +
    });
 
     }, 200);
 
     }, 200);
 
   });
 
   });
 
});
 
});

Navigationsmenü