Skip to content

Commit c23720b

Browse files
committed
Merge pull request #23 from trolleway/master
Add strava heat
2 parents eb02500 + cfbbd03 commit c23720b

File tree

8 files changed

+65
-0
lines changed

8 files changed

+65
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[general]
2+
id = strava_both
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = strava
8+
alias = Strava Both
9+
icon = strava.png
10+
11+
[license]
12+
name = Copyright
13+
link =
14+
copyright_text =© Strava for tracing into OSM only
15+
copyright_link = http://wiki.openstreetmap.org/wiki/Strava
16+
terms_of_use = For tracing into OSM only. For all other non-personal uses, including tracing into other datasets, please contact [email protected].
17+
18+
[tms]
19+
url = http://globalheat.strava.com/tiles/both/color1/{z}/{x}/{y}.png
1.11 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[general]
2+
id = strava_cycling
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = strava
8+
alias = Strava Cycling
9+
icon = strava.png
10+
11+
[license]
12+
name = Copyright
13+
link =
14+
copyright_text =© Strava for tracing into OSM only
15+
copyright_link = http://wiki.openstreetmap.org/wiki/Strava
16+
terms_of_use = For tracing into OSM only. For all other non-personal uses, including tracing into other datasets, please contact [email protected].
17+
18+
[tms]
19+
url = http://globalheat.strava.com/tiles/cycling/color1/{z}/{x}/{y}.png
1.11 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[general]
2+
id = strava_run
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = strava
8+
alias = Strava Run
9+
icon = strava.png
10+
11+
[license]
12+
name = Copyright
13+
link =
14+
copyright_text =© Strava for tracing into OSM only
15+
copyright_link = http://wiki.openstreetmap.org/wiki/Strava
16+
terms_of_use = For tracing into OSM only. For all other non-personal uses, including tracing into other datasets, please contact [email protected].
17+
18+
[tms]
19+
url = http://globalheat.strava.com/tiles/run/color1/{z}/{x}/{y}.png

data_sources/strava_run/strava.png

1.11 KB
Loading

groups/strava/mapbox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[general]
2+
id = strava
3+
4+
[ui]
5+
alias = strava
6+
icon = strava.png
7+
8+

groups/strava/strava.png

1.11 KB
Loading

0 commit comments

Comments
 (0)