-
Notifications
You must be signed in to change notification settings - Fork 187
/
config.json
39 lines (39 loc) · 1.18 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
{
"wv-options-fetch": [
{
"from": "https://gibs.earthdata.nasa.gov/wmts/epsg4326/best/wmts.cgi?request=GetCapabilities",
"to": "gibs-geographic.xml"
},
{
"from": "https://gibs.earthdata.nasa.gov/wmts/epsg3413/best/wmts.cgi?request=GetCapabilities",
"to": "gibs-arctic.xml"
},
{
"from": "https://gibs.earthdata.nasa.gov/wmts/epsg3031/best/wmts.cgi?request=GetCapabilities",
"to": "gibs-antarctic.xml"
}
],
"wv-options-wmts": [
{
"source": "GIBS:geographic",
"from": "gibs-geographic.xml",
"to": "gibs-geographic.json",
"projection": "geographic",
"maxResolution": 0.5625
},
{
"source": "GIBS:arctic",
"from": "gibs-arctic.xml",
"to": "gibs-arctic.json",
"projection": "arctic",
"maxResolution": 8192.0
},
{
"source": "GIBS:antarctic",
"from": "gibs-antarctic.xml",
"to": "gibs-antarctic.json",
"projection": "antarctic",
"maxResolution": 8192.0
}
]
}