Thank you. I tried to call that method, but it was not possible the map var is defined locally. I tried to redefine the map var:
const map = L.map(‘osm-map-cbcc74b’, {
scrollWheelZoom: true,
zoomControl: true,
dragging: true });
But than i get this error: Uncaught Error: Map container is already initialized.
Kind regards, Chris