We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d6041 commit 14deaccCopy full SHA for 14deacc
1 file changed
app.js
@@ -134,6 +134,7 @@ const map = (window._map = new mapboxgl.Map({
134
dragRotate: renderingMode === 'high',
135
keyboard: renderingMode === 'high',
136
fadeDuration: renderingMode === 'high' ? 300 : 0,
137
+ touchPitch: renderingMode === 'high',
138
}));
139
if (renderingMode === 'low') {
140
map.touchZoomRotate.disableRotation();
0 commit comments