-
Notifications
You must be signed in to change notification settings - Fork 2
/
OpenAerialMap.json
44 lines (44 loc) · 1.3 KB
/
OpenAerialMap.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
{
"corsDomains": [
"raw.githubusercontent.com"
],
"homeCamera": {
"north": 37,
"east": -119,
"south": 35,
"west": -124
},
"catalog": [
{
"name": "Open Aerial Map",
"type": "group",
"items": [
{
"name": "Open Aerial Map - Portugal Test",
"type": "url-template",
"zoomOnEnable": true,
"isEnabled": true,
"isShown": true,
"ignoreUnknownTileErrors": true,
"tileErrorThresholdBeforeDisabling": 100000,
"rectangle": ["-8.371027838622929","41.264292280192194","-8.366392150791656","41.26731894460752"],
"treat404AsError": false,
"treat403AsError": false,
"minimumLevel": 17,
"url": "https://tiles.openaerialmap.org/60a2415825820c0005e458d9/0/60a2415825820c0005e458da/{z}/{x}/{y}"
},
{
"name": "Alternative Solution - Open Aerial Map - WMTS",
"type": "wmts",
"zoomOnEnable": true,
"isEnabled": false,
"isShown": false,
"ignoreUnknownTileErrors": true,
"tileMatrixSetID": "None",
"treat404AsError": false,
"url": "https://tiles.openaerialmap.org/6090fceec9594b000512d2ef/0/6090fceec9594b000512d2f0/wmts"
}
]
}
]
}