raise maxPitch to 85
This commit is contained in:
parent
8de20382f0
commit
8ef83b5156
2 changed files with 3 additions and 1 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue