raise maxPitch to 85

This commit is contained in:
acalcutt 2023-08-12 01:33:44 -04:00
parent 8de20382f0
commit 8ef83b5156
2 changed files with 3 additions and 1 deletions

View file

@ -54,6 +54,7 @@
container: 'map', container: 'map',
hash: true, hash: true,
maplibreLogo: true, maplibreLogo: true,
maxPitch: 85,
style: { style: {
version: 8, version: 8,
sources: { sources: {

View file

@ -48,7 +48,8 @@
container: 'map', container: 'map',
style: '{{public_url}}styles/{{id}}/style.json' + keyParam, style: '{{public_url}}styles/{{id}}/style.json' + keyParam,
hash: true, hash: true,
maplibreLogo: true maplibreLogo: true,
maxPitch: 85
}); });
map.addControl(new maplibregl.NavigationControl({ map.addControl(new maplibregl.NavigationControl({
visualizePitch: true, visualizePitch: true,