Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const { bearing, center, zoom } = mapFitFeatures(
);

const map = new new maplibregl.Map({
container: 'map', // container ID for a 600px by 400px element
container: 'map', // container ID for a 600px by 300px element
style: 'https://demotiles.maplibre.org/style.json',
center: center, // starting position [lng, lat]
zoom: zoom, // starting zoom
Expand Down