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',
hash: true,
maplibreLogo: true,
maxPitch: 85,
style: {
version: 8,
sources: {

View file

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