Skip to content

Commit 5b1c4b6

Browse files
Removed leaflet credits
1 parent 667cb4f commit 5b1c4b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/modules/documentExecution/dashboard/widget/MapWidget/LeafletWrapper.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ onMounted(async () => {
119119
120120
map = L.map(mapId, {
121121
center: navigator && !props.widgetModel.settings?.configuration?.map?.autoCentering ? await getCoords() : [0, 0],
122-
zoom: parseInt(props.widgetModel.settings?.configuration?.map?.zoom) || 10
122+
zoom: parseInt(props.widgetModel.settings?.configuration?.map?.zoom) || 10,
123+
attributionControl: false
123124
})
124125
125126
tile = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {

0 commit comments

Comments
 (0)