mapcomplete/assets/layers/elevator/elevator.json
2022-07-19 12:26:41 +02:00

64 lines
No EOL
1.3 KiB
JSON

{
"id": "elevator",
"name": {
"en": "elevator"
},
"source": {
"osmTags": "elevator=yes"
},
"minzoom": 13,
"tagRenderings": [
"images",
{
"id": "door-width",
"render": {
"en": "This elevator's doors have a width of {canonical(door:width) }"
},
"question": {
"en": "What is the width of this elevator's entrance?"
},
"freeform": {
"key": "door:width",
"type": "pfloat"
}
},
{
"id": "elevator-width",
"render": {
"en": "This elevator has a width of {canonical(elevator:width) }"
},
"question": {
"en": "What is the width of this elevator?"
},
"freeform": {
"key": "elevator:width",
"type": "pfloat"
}
},
{
"id": "elevator-depth",
"render": {
"en": "This elevator has a depth of {canonical(elevator:depth) }"
},
"question": {
"en": "What is the depth of this elevator?"
},
"freeform": {
"key": "elevator:depth",
"type": "pfloat"
}
}
],
"mapRendering": [
{
"icon": {
"render": "./assets/layers/elevator/elevator_wheelchair.svg"
},
"iconSize": "40,40,bottom",
"location": [
"point",
"centroid"
]
}
]
}