forked from syncpoint/ODIN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tile-providers.template.json
76 lines (76 loc) · 3.41 KB
/
tile-providers.template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[
{
"id": "OpenStreetMap.Mapnik",
"name": "OpenStreetMap",
"url": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"maxZoom": 19,
"attribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
},
{
"id": "OpenTopoMap",
"name": "OpenTopoMap",
"url": "https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
"maxZoom": 17,
"attribution": "Map data: © <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors, <a href=\"http://viewfinderpanoramas.org\">SRTM</a> | Map style: © <a href=\"https://opentopomap.org\">OpenTopoMap</a> (<a href=\"https://creativecommons.org/licenses/by-sa/3.0/\">CC-BY-SA</a>)"
},
{
"id": "OpenMapSurfer.Roads",
"name": "OpenMapSurfer",
"url": "https://maps.heigit.org/openmapsurfer/tiles/roads/webmercator/{z}/{x}/{y}.png",
"maxZoom": 19,
"attribution": "Imagery from <a href=\"http://giscience.uni-hd.de/\">GIScience Research Group @ University of Heidelberg</a> — Map data © <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
},
{
"id": "Stamen.Toner",
"name": "Stamen (Toner)",
"url": "https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}{r}.png",
"subdomains": "abcd",
"minZoom": 0,
"maxZoom": 20,
"attribution": "Map tiles by <a href=\"http://stamen.com\">Stamen Design</a>, <a href=\"http://creativecommons.org/licenses/by/3.0\">CC BY 3.0</a> — Map data © <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
},
{
"id": "Stamen.Terrain",
"name": "Stamen (Terrain)",
"url": "https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png",
"subdomains": "abcd",
"minZoom": 0,
"maxZoom": 18,
"attribution": "Map tiles by <a href=\"http://stamen.com\">Stamen Design</a>, <a href=\"http://creativecommons.org/licenses/by/3.0\">CC BY 3.0</a> — Map data © <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
},
{
"id": "Basemap.AT",
"name": "Basemap (AT)",
"url": "https://maps{s}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{z}/{y}/{x}.png",
"subdomains": ["", "1", "2", "3", "4"],
"maxZoom": 19,
"bounds": [[46.35877, 8.782379], [49.037872, 17.189532]],
"attribution": "Datenquelle: <a href=\"https://www.basemap.at\">basemap.at</a>"
},
{
"id": "Basemap.AT_grau",
"name": "Basemap (AT/grau)",
"url": "https://maps{s}.wien.gv.at/basemap/bmapgrau/normal/google3857/{z}/{y}/{x}.png",
"subdomains": ["", "1", "2", "3", "4"],
"maxZoom": 19,
"bounds": [[46.35877, 8.782379], [49.037872, 17.189532]],
"attribution": "Datenquelle: <a href=\"https://www.basemap.at\">basemap.at</a>"
},
{
"id": "Basemap.AT_orthofoto",
"name": "Basemap (AT/Orthofoto)",
"url": "https://maps{s}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{z}/{y}/{x}.jpeg",
"subdomains": ["", "1", "2", "3", "4"],
"maxZoom": 20,
"bounds": [[46.35877, 8.782379], [49.037872, 17.189532]],
"attribution": "Datenquelle: <a href=\"https://www.basemap.at\">basemap.at</a>"
},
{
"id": "Wikimedia",
"name": "Wikimedia",
"url": "https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}{r}.png",
"minZoom": 1,
"maxZoom": 19,
"attribution": "<a href=\"https://wikimediafoundation.org/wiki/Maps_Terms_of_Use\">Wikimedia</a>"
}
]