Skip to content

Commit

Permalink
improve attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
llongour committed Sep 12, 2024
1 parent 3a66d35 commit 80757e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var map = new maplibregl.Map({
});

map.addControl(new maplibregl.AttributionControl({
customAttribution: '<a href="https://www.openstreetmap.org/">📦</a> <b>données</b> par <a href="https://www.openstreetmap.org/copyright"><b>©️ les contributeurs & contributrices OpenStreetMap</b></a>'
customAttribution: '<a href="https://www.openstreetmap.org/">📦</a> <b>données</b> par <a href="https://www.openstreetmap.org/copyright"><b>©️ les contributeurs & contributrices OpenStreetMap</b></a><br/><a href="https://github.com/teritorio/teritorio-tourism-gl-style/blob/master/LICENSE.md">🗺️</a> <b>fond de carte</b> par <a href="https://www.teritorio.fr/">Teritorio</a><a href="https://maplibre.org/maplibre-gl-js/docs/">🚀</a> <b>affichage</b> de cartes par <a href="https://maplibre.org/maplibre-gl-js/docs/">MapLibre</a>'
}));

map.addControl(
Expand Down

0 comments on commit 80757e7

Please sign in to comment.