chore: update maplibre-js to 4.1.3
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
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
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue