We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac24117 commit d003d2dCopy full SHA for d003d2d
docs/.vitepress/demos/starter.html
@@ -25,7 +25,7 @@
25
<script>
26
const map = new maplibregl.Map({
27
container: 'map', // container id
28
- style: 'https://demotiles.maplibre.org/style.json', // style URL
+ style: 'https://naivemap.com/demotiles/style.json', // style URL
29
center: [0, 0], // starting position [lng, lat]
30
zoom: 1, // starting zoom
31
maplibreLogo: true
0 commit comments