-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmappe.json
More file actions
51 lines (51 loc) · 1.22 KB
/
mappe.json
File metadata and controls
51 lines (51 loc) · 1.22 KB
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
[
{
"ID": "parchi",
"Nome": "Giardini pubblici attrezzati con giochi",
"URL": "https://www.dati.lombardia.it/resource/2c3k-kq4x.json",
"LAT": "latitudine",
"LON": "longitudine",
"TITLE": "nome",
"SNIPPET":"tipo"
},
{
"ID": "dae",
"Nome": "Mappa defibrillatori",
"URL": "https://www.dati.lombardia.it/resource/x9ve-yusb.json",
"LAT": "latitudine",
"LON": "longitudine",
"TITLE": "nome",
"SNIPPET":"note_disponibilit"
},
{
"ID": "parkmeter",
"Nome": "Mappa parchimetri",
"URL": "https://www.dati.lombardia.it/resource/qqa8-3h3c.json",
"LAT": "latitudine",
"LON": "longitudine",
"TITLE": "indirizzo",
"FILTER": [
{
"FIELD": "tipo",
"VALUE": "Park Meter"
}
]
},
{
"ID": "cestini",
"Nome": "Mappa cestini",
"URL": "https://www.dati.lombardia.it/resource/64vi-4kf2.json",
"LAT": "latitudine",
"LON": "longitudine",
"TITLE": "codice"
},
{
"ID": "sacchiblu",
"Nome": "Distribuzione sacchi blu",
"URL": "https://raw.githubusercontent.com/InfoDesio/raccoltarifiuti/master/mapparitiri.json",
"LAT": "latitude",
"LON": "longitude",
"TITLE": "name",
"SNIPPET":"description"
}
]