This commit is contained in:
2026-04-01 17:32:32 +02:00
commit c1b19f996f
8 changed files with 1212 additions and 0 deletions

8
main.js Normal file
View File

@@ -0,0 +1,8 @@
import maplibregl from "maplibre-gl";
const map = new maplibregl.Map({
container: 'map',
style: 'https://tiles.openfreemap.org/styles/bright',
center: [9.199592299999997, 52.260299116017976],
zoom: 15
});