Skip to content

Commit

Permalink
Exclude automatic doors in question about open state (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
7h30n3 authored Aug 2, 2024
1 parent f691e3b commit d47ef11
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 @@ -1773,6 +1773,7 @@
"osm_tags": {
"railway": ["subway_entrance", "train_station_entrance"],
"door": true,
"automatic_door": ["no", false],
"open": false
},
"!osm_tags": {
Expand All @@ -1785,6 +1786,7 @@
"access": ["yes", "customers", false],
"level": true,
"door": true,
"automatic_door": ["no", false],
"open": false
},
"!osm_tags": {
Expand All @@ -1797,6 +1799,7 @@
"indoor": "door",
"access": ["yes", "customers", false],
"door": true,
"automatic_door": ["no", false],
"open": false
},
"!osm_tags": {
Expand All @@ -1808,6 +1811,7 @@
"osm_tags": {
"access": ["yes", "customers", false],
"door": true,
"automatic_door": ["no", false],
"open": false
},
"!osm_tags": {
Expand Down

0 comments on commit d47ef11

Please sign in to comment.