Browse Source

Entrances

places
parent
commit
4d59cc3e22
  1. 24
      buildings-entrances.json
  2. 3
      buildings.json

24
buildings-entrances.json

@ -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 %}"
]
}
}

3
buildings.json

@ -18,6 +18,9 @@
},
{
"id": "buildings-start_date"
},
{
"id": "buildings-entrances"
}
]
}
Loading…
Cancel
Save