-
Notifications
You must be signed in to change notification settings - Fork 3
/
ran.json
44 lines (43 loc) · 1.2 KB
/
ran.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
{
"global_legend": "",
"name": "ML 3.6 - 2023-04-02T19:15:11Z",
"header_popup": "Rete RAN",
"layers": [
{
"key": 0,
"label": "Comuni terremoto"
},
{
"key": 1,
"label": "PGA MAX"
},
{
"key": 2,
"label": "Epicentro"
}
],
"today": {
"attachment": [
{
"geojson": "https://raw.githubusercontent.com/pcm-dpc/ran-test/main/comuni_ran.geojson"
},
{
"geojson": "https://raw.githubusercontent.com/pcm-dpc/ran-test/main/pgamax.geojson"
},
{
"geojson": "https://raw.githubusercontent.com/pcm-dpc/ran-test/main/last_event.geojson"
}
],
"topo_json": [
"https://raw.githubusercontent.com/pcm-dpc/ran-test/main/comuni_ran.geojson",
"https://raw.githubusercontent.com/pcm-dpc/ran-test/main/pgamax.geojson",
"https://raw.githubusercontent.com/pcm-dpc/ran-test/main/last_event.geojson"
],
"html_description": ""
},
"style": [
"https://raw.githubusercontent.com/pcm-dpc/ran-test/main/comuni_style.json",
"https://raw.githubusercontent.com/pcm-dpc/ran-test/main/pgamax_style.json",
"https://raw.githubusercontent.com/pcm-dpc/ran-test/main/lastevent_style.json"
]
}