-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathtaginfo.json
60 lines (60 loc) · 1.28 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
58
59
60
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/openstreetmap-polska/openaedmap-frontend/dev/taginfo.json",
"project": {
"name": "OpenAEDMap",
"description": "Map of AEDs (Automatic External Defibrillators) based on OpenStreetMap data.",
"project_url": "https://openaedmap.org",
"doc_url": "https://github.com/openstreetmap-polska/openaedmap-frontend/",
"icon_url": "https://raw.githubusercontent.com/openstreetmap-polska/openaedmap-frontend/dev/public/img/favicon.png",
"contact_name": "Włodzimierz Bartczak",
"contact_email": "[email protected]"
},
"tags": [
{
"key": "emergency",
"value": "defibrillator",
"object_types": ["node"]
},
{
"key": "access",
"object_types": ["node"]
},
{
"key": "indoor",
"object_types": ["node"]
},
{
"key": "level",
"object_types": ["node"]
},
{
"key": "phone",
"object_types": ["node"]
},
{
"key": "contact:phone",
"object_types": ["node"]
},
{
"key": "check_date",
"object_types": ["node"]
},
{
"key": "defibrillator:location",
"object_types": ["node"]
},
{
"key": "image",
"object_types": ["node"]
},
{
"key": "wikimedia_commons",
"object_types": ["node"]
},
{
"key": "panoramax",
"object_types": ["node"]
}
]
}