Remove annooying Leaflet attribution control

This commit is contained in:
D. Berge
2025-07-25 17:10:48 +02:00
parent 6562de97b9
commit 546d199c52

View File

@@ -819,7 +819,7 @@ export default {
}, },
mounted () { mounted () {
map = L.map('map', {maxZoom: 22}); map = L.map('map', {maxZoom: 22, attributionControl: false});
const eventsOptions = () => { const eventsOptions = () => {
return { return {