mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:37:08 +00:00
Remove annooying Leaflet attribution control
This commit is contained in:
@@ -819,7 +819,7 @@ export default {
|
||||
},
|
||||
|
||||
mounted () {
|
||||
map = L.map('map', {maxZoom: 22});
|
||||
map = L.map('map', {maxZoom: 22, attributionControl: false});
|
||||
|
||||
const eventsOptions = () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user