fix: Fix map style link

This commit is contained in:
moanos [he/him] 2024-09-28 16:01:58 +02:00
parent df86018876
commit b311188e6d

View File

@ -14,7 +14,7 @@
let map = new maplibregl.Map({
container: 'map',
style: '{% static "/fellchensammlung/map/styles/colorful.json" %}',
style: '{% static "fellchensammlung/map/styles/colorful.json" %}',
center: [10.49, 50.68],
zoom: 5
}).addControl(new maplibregl.NavigationControl());