We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8e58a commit 8088397Copy full SHA for 8088397
1 file changed
examples/spin-globe/main.ts
@@ -23,7 +23,9 @@ const map = new maplibregl.Map({
23
container: "map",
24
style: BASEMAP_STYLE,
25
center: [0, 20],
26
- zoom: 2.5,
+ zoom: 1.5,
27
+ pitch: -45,
28
+ bearing: -15,
29
maxPitch: 85,
30
});
31
0 commit comments