diff --git a/src/components/mobile/MapSheet.vue b/src/components/mobile/MapSheet.vue index f788518e..3bff4858 100644 --- a/src/components/mobile/MapSheet.vue +++ b/src/components/mobile/MapSheet.vue @@ -81,8 +81,9 @@ export default { this.zoomControl.addTo(this.leaflet); this.attribution = this.$map.leaflet.control.attribution({ - prefix: '© OpenStreetMap' + prefix: false }); + this.attribution.addAttribution('© OpenStreetMap'); this.attribution.addTo(this.leaflet); isFirstInit = true;