set terrain on style load if needed
This commit is contained in:
parent
51213faa7e
commit
e916d5b102
@ -81,7 +81,7 @@
|
||||
});
|
||||
newMap.setTerrain({
|
||||
source: 'mapbox-dem',
|
||||
exaggeration: 0
|
||||
exaggeration: newMap.getPitch() > 0 ? 1 : 0
|
||||
});
|
||||
newMap.setFog({
|
||||
color: 'rgb(186, 210, 235)',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user