Skip to content

Commit

Permalink
change attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Brescia Ilaria (Student Com20) committed Nov 28, 2023
1 parent 5fee6e1 commit d8950a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '&copy; <a href="https://opendatahub.com">OpenDataHub.com</a> | &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>, &copy; <a href="https://carto.com/attribution">Carto</a>'
attribution: '<a href="https://opendatahub.com">OpenDataHub.com</a> | &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>, &copy; <a href="https://carto.com/attribution">Carto</a>'
}).addTo(this.map);
}

Expand Down

0 comments on commit d8950a4

Please sign in to comment.