@ -0,0 +1,24 @@
{
"type": "overpass",
"name": {
"de": "Eingänge",
"en": "Entrances"
},
"query": {
"16": [
"(",
" node[entrance];",
" node[building=entrance];",
")"
]
"feature": {
"description": [
"{% if tags.entrance == 'yes' or (not tags.entrance and tags.building == 'entrance') %}",
"{{ keyTrans('entrance') }}",
"{% else %}",
"{{ tagTrans('entrance', tags.entrance) }}",
"{% endif %}"
}
@ -18,6 +18,9 @@
"id": "buildings-start_date"
"id": "buildings-entrances"