mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
Remove annooying Leaflet attribution control
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user