Files
Projekt-Visualisierung/main.js
2026-04-15 17:08:39 +02:00

8 lines
236 B
JavaScript

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
});