Skip to content

Commit

Permalink
Exclude automatic doors in question about open state
Browse files Browse the repository at this point in the history
  • Loading branch information
7h30n3 committed Aug 2, 2024
1 parent a026085 commit dbd5836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/question_catalog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,7 @@
"osm_tags": {
"railway": ["subway_entrance", "train_station_entrance"],
"door": true,
"automatic_door": ["no", false],
"open": false
},
"!osm_tags": {
Expand All @@ -1748,6 +1749,7 @@
"access": ["yes", "customers", false],
"level": true,
"door": true,
"automatic_door": ["no", false],
"open": false
},
"!osm_tags": {
Expand All @@ -1760,6 +1762,7 @@
"indoor": "door",
"access": ["yes", "customers", false],
"door": true,
"automatic_door": ["no", false],
"open": false
},
"!osm_tags": {
Expand All @@ -1771,6 +1774,7 @@
"osm_tags": {
"access": ["yes", "customers", false],
"door": true,
"automatic_door": ["no", false],
"open": false
},
"!osm_tags": {
Expand Down

0 comments on commit dbd5836

Please sign in to comment.