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.
2 parents 0bd73f0 + 77883aa commit 9eee810Copy full SHA for 9eee810
docs/index.markdown
@@ -65,7 +65,7 @@ const { bearing, center, zoom } = mapFitFeatures(
65
);
66
67
const map = new new maplibregl.Map({
68
- container: 'map', // container ID for a 600px by 400px element
+ container: 'map', // container ID for a 600px by 300px element
69
style: 'https://demotiles.maplibre.org/style.json',
70
center: center, // starting position [lng, lat]
71
zoom: zoom, // starting zoom
0 commit comments