Skip to content

Commit 423b677

Browse files
authored
fix: add github comment to 'about this service' link in attribution (#295)
1 parent 427f75f commit 423b677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/styles/carto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tileSize": 256,
88
"minzoom": 0,
99
"maxzoom": 19,
10-
"attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
10+
"attribution": "<a href=\"https://github.com/valhalla/valhalla/discussions/3373#discussion-3655404\" target=\"_blank\">About this service</a> | &copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
1111
}
1212
},
1313
"layers": [

public/styles/versatiles-colorful.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"sources": {
1515
"versatiles-shortbread": {
16-
"attribution": "<a href=\"https://map.project-osrm.org/about.html\" target=\"_blank\">About this service and privacy policy</a> | &copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors",
16+
"attribution": "<a href=\"https://github.com/valhalla/valhalla/discussions/3373#discussion-3655404\" target=\"_blank\">About this service</a> | &copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors",
1717
"tiles": [
1818
"https://vector.openstreetmap.org/shortbread_v1/{z}/{x}/{y}.mvt"
1919
],

0 commit comments

Comments
 (0)