forked from OpenBracketsCH/defikarte.ch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
taginfo.json
57 lines (57 loc) · 1.81 KB
/
taginfo.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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"data_format": 1,
"data_url": "https://www.defikarte.ch/taginfo.json",
"data_updated": "20240927T200000Z",
"project": {
"name": "Defikarte.ch",
"description": "A map to show the next defibrillator with OpenStreetMap data",
"project_url": "https://www.defikarte.ch",
"icon_url": "https://defikarte.ch/images/defi_logo2.png",
"contact_name": "Christian Nüssli",
"contact_email": "[email protected]"
},
"tags": [
{
"key": "emergency",
"value": "defibrillator",
"description": "To mark a defi on the map and work woth it."
},
{
"key": "defribillator:location",
"description": "To describe the location of a defibrillator in words"
},
{
"key": "opening_hours",
"description": "To map the opening_hours of a defibrillator"
},
{
"key": "indoor",
"description": "To describe if a defi is in or outside"
},
{
"key": "access",
"description": "To describe the accessability of a defi"
},
{
"key": "emergency:phone",
"value": "144",
"description": "the national emergency number in switzerland"
},
{
"key": "level",
"description": "level of a defi"
},
{
"key": "description",
"description": "To describe the situation around the defi or for more information"
},
{
"key": "operator",
"description": "Describes the operator of the defi"
},
{
"key": "phone",
"description": "the phone number, either the operator or the defi itself"
}
]
}