8 lines
222 B
JavaScript
8 lines
222 B
JavaScript
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
|
|
}); |