mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 09:12:30 +00:00
set terrain on style load if needed
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
});
|
});
|
||||||
newMap.setTerrain({
|
newMap.setTerrain({
|
||||||
source: 'mapbox-dem',
|
source: 'mapbox-dem',
|
||||||
exaggeration: 0
|
exaggeration: newMap.getPitch() > 0 ? 1 : 0
|
||||||
});
|
});
|
||||||
newMap.setFog({
|
newMap.setFog({
|
||||||
color: 'rgb(186, 210, 235)',
|
color: 'rgb(186, 210, 235)',
|
||||||
|
Reference in New Issue
Block a user