From d8950a423b37a3983d15d5ab77c18944853cdbbf Mon Sep 17 00:00:00 2001 From: "Brescia Ilaria (Student Com20)" Date: Tue, 28 Nov 2023 15:36:02 +0100 Subject: [PATCH] change attribution --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 2077e6c..060d860 100644 --- a/src/index.js +++ b/src/index.js @@ -42,7 +42,7 @@ class EMobilityMap extends BaseClass { 13 ); L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/rastertiles/voyager/{z}/{x}/{y}{r}.png', { - attribution: '© OpenDataHub.com | © OpenStreetMap, © Carto' + attribution: 'OpenDataHub.com | © OpenStreetMap, © Carto' }).addTo(this.map); }