Skip to content

Commit 8574f2e

Browse files
committed
Update base tile URL
Fix #10.
1 parent 233b93e commit 8574f2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ const PERSONAL_MAP_URL =
110110
"&include_followers_only=true&respect_privacy_zones=true";
111111

112112
const GLOBAL_MAP_URL =
113-
"https://heatmap-external-c.strava.com/" +
114-
"tiles-auth/{activity}/{color}/{z}/{x}/{y}{res}.png?v=19{qs}";
113+
"https://content-a.strava.com/" +
114+
"identified/globalheat/{activity}/{color}/{z}/{x}/{y}{res}.png?v=19{qs}";
115115

116116
// Proxy requests from /kind/color/activity/z/x/y(?@2x).png to baseUrl
117117
async function handleTileProxyRequest(request) {

0 commit comments

Comments
 (0)