Skip to content

Commit

Permalink
fix(map): Update attribution with more references and link to copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
wkyoshida committed Aug 25, 2024
1 parent 7282d5f commit 462d1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/media/MediaMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ onMounted(() => {
tiles: ["https://tile.openstreetmap.org/{z}/{x}/{y}.png"],
tileSize: 256,
attribution:
'<a href="https://www.openstreetmap.org/about" target="_blank">Data &copy; OpenStreetMap contributors</a>',
'<a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>',
},
"cycle-raster-tiles": {
type: "raster",
Expand All @@ -186,7 +186,7 @@ onMounted(() => {
],
tileSize: 256,
attribution:
'<a href="https://www.openstreetmap.org/about" target="_blank">CyclOSM Data &copy; OpenStreetMap contributors</a>',
'<a href="https://www.cyclosm.org" target="_blank">CyclOSM</a> tiles hosted by <a href="https://openstreetmap.fr" target="_blank">OpenStreetMap France</a>',
},
},
layers: [
Expand Down

0 comments on commit 462d1ee

Please sign in to comment.