import maplibregl from "maplibre-gl"; const map = new maplibregl.Map({ container: 'map', style: "https://wms.wheregroup.com/tileserver/style/osm-bright.json", center: [9.209116842757239, 52.26520546238239], zoom: 17 });