chore: update maplibre-js to 4.1.3

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2024-04-22 01:03:01 -04:00 committed by acalcutt
parent 0cfab43872
commit 6582a9ce76
5 changed files with 34 additions and 25 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -52,7 +52,6 @@
var map = new maplibregl.Map({ var map = new maplibregl.Map({
container: 'map', container: 'map',
hash: true, hash: true,
maplibreLogo: true,
maxPitch: 85, maxPitch: 85,
style: { style: {
version: 8, version: 8,

View file

@ -63,7 +63,6 @@
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,
maxPitch: 85 maxPitch: 85
}); });
map.addControl(new maplibregl.NavigationControl({ map.addControl(new maplibregl.NavigationControl({