fix: Adjust to use new versatiles structure

See https://docs.versatiles.org/compendium/specification_frontend.html
This commit is contained in:
moanos [he/him] 2025-04-27 14:31:53 +02:00
parent bb14a346cb
commit 3d088c55d7
2 changed files with 1050 additions and 863 deletions

View File

@ -29,7 +29,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/style.json" %}',
center: map_center, center: map_center,
zoom: zoom_level zoom: zoom_level
}).addControl(new maplibregl.NavigationControl()); }).addControl(new maplibregl.NavigationControl());