Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jones authored and Michael Jones committed Nov 22, 2023
1 parent b7295c7 commit ec0d7bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/templates/viewer.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@
worldCopyJump: false
});
var gl = L.maplibreGL({
container: 'map',
style: '{{public_url}}styles/{{id}}/style.json' + keyParam,
hash: true,
maplibreLogo: true,
maxPitch: 85
style: '{{public_url}}styles/{{id}}/style.json' + keyParam
}).addTo(map);
map.addControl(new maplibregl.NavigationControl({
visualizePitch: true,
Expand Down

0 comments on commit ec0d7bc

Please sign in to comment.