Skip to content

Commit 60f7926

Browse files
committed
add cycling, hiking, slopes
1 parent f23e968 commit 60f7926

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed
1.51 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[general]
2+
id = waymarkedtrails_cycling
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = osm
8+
alias = Waymarked Trails: Cycling
9+
icon = map_cycling.png
10+
11+
[license]
12+
name = CC BY-SA 3.0 DE
13+
link = https://creativecommons.org/licenses/by-sa/3.0/de/deed.en
14+
copyright_text =
15+
copyright_link = https://cycling.waymarkedtrails.org/#help-legal
16+
terms_of_use = https://cycling.waymarkedtrails.org/#help-legal
17+
18+
[tms]
19+
url = https://tile.waymarkedtrails.org/cycling/{z}/{x}/{y}.png
1.34 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[general]
2+
id = waymarkedtrails_hiking
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = osm
8+
alias = Waymarked Trails: Hiking
9+
icon = map_hiking.png
10+
11+
[license]
12+
name = CC BY-SA 3.0 DE
13+
link = https://creativecommons.org/licenses/by-sa/3.0/de/deed.en
14+
copyright_text =
15+
copyright_link = https://hiking.waymarkedtrails.org/#help-legal
16+
terms_of_use = https://hiking.waymarkedtrails.org/#help-legal
17+
18+
[tms]
19+
url = https://tile.waymarkedtrails.org/hiking/{z}/{x}/{y}.png
1.12 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[general]
2+
id = waymarkedtrails_slopes
3+
type = TMS
4+
is_contrib = True
5+
6+
[ui]
7+
group = osm
8+
alias = Waymarked Trails: Winter Sport Slopes
9+
icon = map_slopes.png
10+
11+
[license]
12+
name = CC BY-SA 3.0 DE
13+
link = https://creativecommons.org/licenses/by-sa/3.0/de/deed.en
14+
copyright_text =
15+
copyright_link = https://slopes.waymarkedtrails.org/#help-legal
16+
terms_of_use = https://slopes.waymarkedtrails.org/#help-legal
17+
18+
[tms]
19+
url = https://tile.waymarkedtrails.org/slopes/{z}/{x}/{y}.png

0 commit comments

Comments
 (0)