Skip to content

Commit

Permalink
fix map attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Feb 20, 2024
1 parent 49423f0 commit 6b9abdc
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: '<a target="_blank" href="https://opendatahub.com">OpenDataHub.com</a> | &copy; <a target="_blank" href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>, &copy; <a target="_blank" href="https://carto.com/attribution">Carto</a>'
attribution: '<a target="_blank" href="https://opendatahub.com">OpenDataHub.com</a> | &copy; <a target="_blank" href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> | &copy; <a target="_blank" href="https://carto.com/attribution">Carto</a>'
}).addTo(this.map);
}

Expand Down

0 comments on commit 6b9abdc

Please sign in to comment.