We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233b93e commit 8574f2eCopy full SHA for 8574f2e
1 file changed
index.js
@@ -110,8 +110,8 @@ const PERSONAL_MAP_URL =
110
"&include_followers_only=true&respect_privacy_zones=true";
111
112
const GLOBAL_MAP_URL =
113
- "https://heatmap-external-c.strava.com/" +
114
- "tiles-auth/{activity}/{color}/{z}/{x}/{y}{res}.png?v=19{qs}";
+ "https://content-a.strava.com/" +
+ "identified/globalheat/{activity}/{color}/{z}/{x}/{y}{res}.png?v=19{qs}";
115
116
// Proxy requests from /kind/color/activity/z/x/y(?@2x).png to baseUrl
117
async function handleTileProxyRequest(request) {
0 commit comments