Skip to content

Commit 72d7416

Browse files
committed
fix demo
1 parent fc975a5 commit 72d7416

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/globe-sputnik/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
<script>
2424
const map = new mapgl.Map('container', {
2525
center: [84.43, 33.92],
26-
zoom: 2.5,
26+
zoom: 2,
2727
zoomControl: false,
2828
lang: navigator.language.split('-')[0],
2929
// API key can be used on 2gis.github.io/mapgl-examples only!
3030
key: 'f1e71868-5c3d-4743-825c-90485bebbef4',
3131
style: 'c080bb6a-8134-4993-93a1-5b4d8c36a59b',
32-
styleState: { globeEnabled: true }
32+
styleState: { globeEnabled: true },
33+
graphicsPreset: 'immersive'
3334
});
3435

3536
const elevation = 10 ** 7;

0 commit comments

Comments
 (0)