Skip to content

Commit 10e8f1b

Browse files
authored
Merge pull request #31 from blackgis/stamen_terrain
Stamen Terrain
2 parents 97fb22b + 94d7adf commit 10e8f1b

File tree

8 files changed

+88
-0
lines changed

8 files changed

+88
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[general]
2+
id = stamen_terrain
3+
type = TMS
4+
5+
[ui]
6+
group = stamen
7+
alias = Stamen Terrain
8+
icon = stamen.png
9+
10+
[license]
11+
name = CC-BY 3.0
12+
link = http://creativecommons.org/licenses/by/3.0/
13+
copyright_text = Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL
14+
copyright_link = http://maps.stamen.com/
15+
terms_of_use = http://maps.stamen.com/
16+
17+
[tms]
18+
url = http://a.tile.stamen.com/terrain/{z}/{x}/{y}.png
19+
zmin = 0
20+
zmax = 20
21+
y_origin_top = 1
22+
5.89 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[general]
2+
id = stamen_terrain_background
3+
type = TMS
4+
5+
[ui]
6+
group = stamen
7+
alias = Stamen Terrain Background
8+
icon = stamen.png
9+
10+
[license]
11+
name = CC-BY 3.0
12+
link = http://creativecommons.org/licenses/by/3.0/
13+
copyright_text = Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL
14+
copyright_link = http://maps.stamen.com/
15+
terms_of_use = http://maps.stamen.com/
16+
17+
[tms]
18+
url = http://a.tile.stamen.com/terrain-background/{z}/{x}/{y}.png
19+
zmin = 0
20+
zmax = 20
21+
y_origin_top = 1
22+
5.89 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[general]
2+
id = stamen_terrain_labels
3+
type = TMS
4+
5+
[ui]
6+
group = stamen
7+
alias = Stamen Terrain Labels
8+
icon = stamen.png
9+
10+
[license]
11+
name = CC-BY 3.0
12+
link = http://creativecommons.org/licenses/by/3.0/
13+
copyright_text = Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL
14+
copyright_link = http://maps.stamen.com/
15+
terms_of_use = http://maps.stamen.com/
16+
17+
[tms]
18+
url = http://a.tile.stamen.com/terrain-labels/{z}/{x}/{y}.png
19+
zmin = 0
20+
zmax = 20
21+
y_origin_top = 1
22+
5.89 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[general]
2+
id = stamen_terrain_lines
3+
type = TMS
4+
5+
[ui]
6+
group = stamen
7+
alias = Stamen Terrain Lines
8+
icon = stamen.png
9+
10+
[license]
11+
name = CC-BY 3.0
12+
link = http://creativecommons.org/licenses/by/3.0/
13+
copyright_text = Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL
14+
copyright_link = http://maps.stamen.com/
15+
terms_of_use = http://maps.stamen.com/
16+
17+
[tms]
18+
url = http://a.tile.stamen.com/terrain-lines/{z}/{x}/{y}.png
19+
zmin = 0
20+
zmax = 20
21+
y_origin_top = 1
22+
5.89 KB
Loading

0 commit comments

Comments
 (0)