|
2 | 2 | {
|
3 | 3 | "name": "Strava Global Heat",
|
4 | 4 | "type": "tms",
|
5 |
| - "template": "https://globalheat.strava.com/tiles/both/color4/{zoom}/{x}/{y}.png", |
| 5 | + "template": "https://heatmap-external-a.strava.com/tiles/all/bluered/{zoom}/{x}/{y}.png?px=256", |
6 | 6 | "overlay": true,
|
7 | 7 | "description": "Strava Global Heat",
|
8 | 8 | "scaleExtent": [
|
9 | 9 | 13,
|
10 |
| - 17 |
| 10 | + 16 |
11 | 11 | ],
|
12 | 12 | "sourcetag": "Strava Global Heat",
|
13 | 13 | "default": "yes"
|
14 | 14 | },
|
15 | 15 | {
|
16 | 16 | "name": "Strava Cycling Heat",
|
17 | 17 | "type": "tms",
|
18 |
| - "template": "https://globalheat.strava.com/tiles/cycling/color4/{zoom}/{x}/{y}.png", |
| 18 | + "template": "https://heatmap-external-a.strava.com/tiles/cycling/bluered/{zoom}/{x}/{y}.png?px=256", |
19 | 19 | "overlay": true,
|
20 | 20 | "description": "Strava Global Cycling Heat",
|
21 | 21 | "scaleExtent": [
|
22 | 22 | 13,
|
23 |
| - 17 |
| 23 | + 16 |
24 | 24 | ],
|
25 | 25 | "sourcetag": "Strava Cycling Heat",
|
26 | 26 | "default": "no"
|
27 | 27 | },
|
28 | 28 | {
|
29 | 29 | "name": "Strava Running Heat",
|
30 | 30 | "type": "tms",
|
31 |
| - "template": "https://globalheat.strava.com/tiles/running/color4/{zoom}/{x}/{y}.png", |
| 31 | + "template": "https://heatmap-external-a.strava.com/tiles/running/bluered/{zoom}/{x}/{y}.png?px=256", |
32 | 32 | "overlay": true,
|
33 | 33 | "description": "Strava Global Running Heat",
|
34 | 34 | "scaleExtent": [
|
35 | 35 | 13,
|
36 |
| - 17 |
| 36 | + 16 |
37 | 37 | ],
|
38 | 38 | "sourcetag": "Strava Running Heat",
|
39 | 39 | "default": "no"
|
40 | 40 | },
|
41 | 41 | {
|
42 | 42 | "name": "Strava Heat masked by OSM",
|
43 | 43 | "type": "tms",
|
44 |
| - "template": "https://gometry.strava.com/osm_mask/tiles/both/color2/{zoom}/{x}/{y}.png", |
| 44 | + "template": "https://gometry.strava.com/osm_mask/tiles/all/bluered/{zoom}/{x}/{y}.png", |
45 | 45 | "overlay": true,
|
46 | 46 | "description": "Strava Heat masked by OSM (experimental layer)",
|
47 | 47 | "scaleExtent": [
|
48 | 48 | 15,
|
49 |
| - 17 |
| 49 | + 16 |
50 | 50 | ],
|
51 | 51 | "sourcetag": "Strava Heat OSM Mask",
|
52 | 52 | "default": "no"
|
|
0 commit comments