feat: Remove compass and add fullscreen option

This commit is contained in:
moanos [he/him] 2025-05-09 18:34:09 +02:00
parent d3f7274e92
commit 2106a3423f

View File

@ -32,7 +32,10 @@
style: '{% static "fellchensammlung/map/styles/colorful/style.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()); });
map.addControl(new maplibregl.FullscreenControl());
map.addControl(new maplibregl.NavigationControl({showCompass: false}));
{% for adoption_notice in adoption_notices_map %} {% for adoption_notice in adoption_notices_map %}
{% if adoption_notice.location %} {% if adoption_notice.location %}