feat: Remove compass and add fullscreen option
This commit is contained in:
parent
d3f7274e92
commit
2106a3423f
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user