Skip to content

Commit 8088397

Browse files
committed
Update example
1 parent fb8e58a commit 8088397

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/spin-globe/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ const map = new maplibregl.Map({
2323
container: "map",
2424
style: BASEMAP_STYLE,
2525
center: [0, 20],
26-
zoom: 2.5,
26+
zoom: 1.5,
27+
pitch: -45,
28+
bearing: -15,
2729
maxPitch: 85,
2830
});
2931

0 commit comments

Comments
 (0)