-
Notifications
You must be signed in to change notification settings - Fork 1
/
TileServices.json
62 lines (62 loc) · 1.91 KB
/
TileServices.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
{
"streets": [
"http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{Z}/{Y}/{X}"
]
,
"satellite": [
"http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{Z}/{Y}/{X}"
]
,
"hybrid": [
"http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{Z}/{Y}/{X}",
"http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer/tile/{Z}/{Y}/{X}"
]
,
"topo": [ "http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{Z}/{Y}/{X}" ]
,
"gray": [
"http://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{Z}/{Y}/{X}",
"http://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Reference/MapServer/tile/{Z}/{Y}/{X}"
]
,
"gray-background": [
"http://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{Z}/{Y}/{X}"
]
,
"oceans": [
"http://server.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer/tile/{Z}/{Y}/{X}"
]
,
"national-geographic": [
"http://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{Z}/{Y}/{X}"
]
,
"osm": [
"http://tile.openstreetmap.org/{Z}/{X}/{Y}.png"
]
,
"stamen-toner": [
"http://tile.stamen.com/toner/{Z}/{X}/{Y}.png"
]
,
"stamen-toner-background": [
"http://tile.stamen.com/toner-background/{Z}/{X}/{Y}.png"
]
,
"stamen-toner-lite": [
"http://tile.stamen.com/toner-lite/{Z}/{X}/{Y}.png"
]
,
"stamen-terrain": [
"http://tile.stamen.com/terrain/{Z}/{X}/{Y}.png"
]
,
"stamen-terrain-background": [
"http://tile.stamen.com/terrain-background/{Z}/{X}/{Y}.png"
]
,
"stamen-watercolor": [
"http://tile.stamen.com/watercolor/{Z}/{X}/{Y}.png"
],
"google": [ "http://mt1.google.com/vt/lyrs=y&x={X}&y={Y}&z={Z}" ]
}