Skip to content

Commit

Permalink
Tighten conditions for elevator door width
Browse files Browse the repository at this point in the history
  • Loading branch information
wielandb committed Jul 18, 2024
1 parent 7e4f66c commit ec24d09
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions assets/question_catalog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4225,16 +4225,18 @@
"door:width": false
},
"!parent": [
{
"child": [
{
"osm_tags": {
"indoor": "door"
}
}
]
}
]
{
"child": [
{
"osm_tags": {
"indoor": "door",
"door":"sliding",
"automatic_door": ["yes", "button"]
}
}
]
}
]
}
]
},
Expand Down

0 comments on commit ec24d09

Please sign in to comment.