-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
39 lines (39 loc) · 1.32 KB
/
config.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
{
"map": {
"basemaps": [
{
"name": "street map",
"type": "TILE",
"url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}",
"options": {
"attribution": "Tiles © Esri — Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012"
}
},
{
"name": "satellite",
"type": "TILE",
"url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
"options": {
"attribution": "Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community"
}
},
{
"name": "canvas",
"type": "TILE",
"url": "http://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Dark_Gray_Base/MapServer/tile/{z}/{y}/{x}",
"options": {
"attribution": "Tiles © Esri — Esri, DeLorme, NAVTEQ",
"maxZoom": 16
}
}
],
"attributionPrefix": "<a href='http://www.csiro.au/Legal-Notice-and-Disclaimer.aspx' target='_blank'>Legal & Disclaimer</a>, <a href='http://www.csiro.au/Privacy.aspx' target='_blank'>Privacy</a> ",
"overlays": [],
"startCenter": {
"lat": -35,
"lng": 135
},
"startZoom": 4
},
"magLimit": 4.5
}