fix: Fix map style link
This commit is contained in:
parent
df86018876
commit
b311188e6d
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
let map = new maplibregl.Map({
|
let map = new maplibregl.Map({
|
||||||
container: 'map',
|
container: 'map',
|
||||||
style: '{% static "/fellchensammlung/map/styles/colorful.json" %}',
|
style: '{% static "fellchensammlung/map/styles/colorful.json" %}',
|
||||||
center: [10.49, 50.68],
|
center: [10.49, 50.68],
|
||||||
zoom: 5
|
zoom: 5
|
||||||
}).addControl(new maplibregl.NavigationControl());
|
}).addControl(new maplibregl.NavigationControl());
|
||||||
|
Loading…
Reference in New Issue
Block a user