Skip to content

Commit

Permalink
refac(map): Update attribution text to condensed version
Browse files Browse the repository at this point in the history
  • Loading branch information
wkyoshida committed Sep 8, 2024
1 parent b08a2d0 commit 62d1b6e
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 @@ -177,7 +177,7 @@ onMounted(() => {
tiles: ["https://tile.openstreetmap.org/{z}/{x}/{y}.png"],
tileSize: 256,
attribution:
'<a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>',
'<a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap</a>',
},
"cycle-raster-tiles": {
type: "raster",
Expand All @@ -188,7 +188,7 @@ onMounted(() => {
],
tileSize: 256,
attribution:
'<a href="https://www.cyclosm.org" target="_blank">CyclOSM</a> tiles hosted by <a href="https://openstreetmap.fr" target="_blank">OpenStreetMap France</a>',
'<a href="https://www.cyclosm.org" target="_blank">CyclOSM</a> hosted by <a href="https://openstreetmap.fr" target="_blank">OSM France</a>',
},
},
layers: [
Expand Down

0 comments on commit 62d1b6e

Please sign in to comment.