mapcomplete/assets/themes/aed/aed.json

134 lines
3.8 KiB
JSON
Raw Normal View History

{
"language": [
2020-08-24 17:15:28 +00:00
"en",
"fr"
],
"startLat": "0",
"startLon": "0",
"startZoom": "12",
2020-08-22 10:44:11 +00:00
"maintainer": "Pieter Vander Vennet",
"layers": [
{
"name": "Defibrillator",
"title": {
"key": "*",
2020-08-24 17:15:28 +00:00
"render": {
"en": "Defibrillator",
"fr": "Défibrillateur"
}
},
"icon": {
"key": "*",
"render": "./assets/themes/aed/aed.svg"
},
"color": {
"render": "#0000ff",
"key": "*"
},
2020-08-24 17:15:28 +00:00
"description": {
"en": "A defibrillator",
"fr": "Un défibrillateur"
},
"minzoom": "12",
"presets": [
{
2020-08-24 17:15:28 +00:00
"title": {
"en": "Defibrillator",
"fr": "Défibrillateur"
},
"tags": "emergency=defibrillator",
"description": "A defibrillator"
}
],
2020-08-22 10:44:11 +00:00
"tagRenderings": [
{
"mappings": [
{
2020-08-24 17:15:28 +00:00
"then": {
"en": "This defibrillator is located indoors",
"fr": "Ce défibrillateur est en intérieur (dans un batiment)"
},
2020-08-22 10:44:11 +00:00
"if": "indoor=yes"
},
{
2020-08-24 17:15:28 +00:00
"then": {
"en": "This defibrillator is located outdoors",
"fr": "Ce défibrillateur est situé en extérieur"
},
2020-08-22 10:44:11 +00:00
"if": "indoor=no"
}
],
2020-08-24 17:15:28 +00:00
"question": {
"en": "Is this defibrillator located indoors?",
"fr": "Ce défibrillateur est-il disposé en intérieur ?"
},
2020-08-22 10:44:11 +00:00
"type": "text"
},
{
"mappings": [
{
2020-08-24 17:15:28 +00:00
"then": {
"en": "Publicly accessible",
"fr": "Librement accessible"
},
2020-08-22 10:44:11 +00:00
"if": "access=yes"
},
{
2020-08-24 17:15:28 +00:00
"then": {
"en": "Only accessible to customers",
"fr": "Réservé aux clients du lieu"
},
2020-08-22 10:44:11 +00:00
"if": "access=customers"
},
{
"if": "access=private",
2020-08-24 17:15:28 +00:00
"then": {
"en": "Not accessible to the general public (e.g. only accesible to staff, the owners, ...)",
"fr": "Non accessible au public (par exemple réservé au personnel, au propriétaire, ...)"
}
2020-08-22 10:44:11 +00:00
}
],
2020-08-24 17:15:28 +00:00
"question": {
"en": "Is this defibrillator freely accessible?",
"fr": "Ce défibrillateur est-il librement accessible ?"
},
2020-08-22 10:44:11 +00:00
"type": "text",
"key": "access",
"condition": "indoor=yes"
},
{
"key": "level",
"mappings": [],
2020-08-24 17:15:28 +00:00
"question": {
"en": "On which floor is this defibrillator located?",
"fr": "À quel étage est situé ce défibrillateur ?"
},
2020-08-22 10:44:11 +00:00
"type": "int",
2020-08-24 17:15:28 +00:00
"render": {
"en": "This defibrallator is on floor {level}",
"fr": "Ce défibrillateur est à l'étage {level}"
},
2020-08-22 10:44:11 +00:00
"condition": "indoor=yes&access!=private"
},
{
"key": "defibrillator:location",
"mappings": [],
2020-08-24 17:15:28 +00:00
"question": {
"en": "Please give some explanation on where the defibrillator can be found",
"fr": "Veuillez indiquez plus précisément où se situe le défibrillateur"
},
2020-08-22 10:44:11 +00:00
"type": "text",
"render": "{defibrillator:location}"
}
],
"overpassTags": "emergency=defibrillator"
}
],
"title": "Open AED Map",
"icon": "./assets/themes/aed/aed.svg",
"name": "aed",
2020-08-24 17:15:28 +00:00
"description": {
"en": "On this map, one can find and mark nearby defibrillators",
"fr": "Sur cette carte, vous pouvez trouver et améliorer les informations sur les défibrillateurs"
}
}