Files
2026-04-01 18:10:10 +02:00

8 lines
220 B
JavaScript

import maplibregl from "maplibre-gl";
const map = new maplibregl.Map({
container: 'map',
style: 'https://tiles.openfreemap.org/styles/bright',
center: [9.209385141689964, 52.26510225328077],
zoom: 15
});