forked from openstreetmap-polska/aed-mapa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
taginfo.json
20 lines (20 loc) · 888 Bytes
/
taginfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"data_format": 1,
"data_url": "https://github.com/openstreetmap-polska/aed-mapa/raw/main/taginfo.json",
"project": {
"name": "Mapa AED",
"description": "Map of defibrillators in Poland [polish language only]",
"project_url": "https://aed.openstreetmap.org.pl",
"doc_url": "https://github.com/openstreetmap-polska/aed-mapa",
"icon_url": "https://github.com/openstreetmap-polska/aed-mapa/raw/main/web/favicon/favicon-16x16.png",
"contact_name": "Włodzimierz Bartczak",
"contact_email": "[email protected]"
},
"tags": [
{
"key": "emergency", "value": "defibrillator", "object_types": ["node"],
"icon_url": "https://github.com/openstreetmap-polska/aed-mapa/raw/main/web/img/taginfo-node-icon.png",
"description": "Map showing defibrillators"
}
]
}