Skip to content

Commit 9eee810

Browse files
authored
Merge pull request #5 from nhoizey/patch-1
Fix map height in code comment
2 parents 0bd73f0 + 77883aa commit 9eee810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const { bearing, center, zoom } = mapFitFeatures(
6565
);
6666

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

0 commit comments

Comments
 (0)