Skip to content

Commit

Permalink
Remove "foot" as condition... (#188)
Browse files Browse the repository at this point in the history
...cause it's not OR connected and would exclude many cases.
  • Loading branch information
7h30n3 committed Jul 11, 2023
1 parent 506c1d4 commit 36d73dd
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions assets/datasets/question_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1732,8 +1732,7 @@
"indoor": ["no", false]
},
"!osm_tags": {
"access": ["no","private"],
"foot": ["no", "private"]
"access": ["no","private"]
},
"osm_element": [
"OpenWay",
Expand All @@ -1748,8 +1747,7 @@
"indoor": ["no", false]
},
"!osm_tags": {
"access": ["no","private"],
"foot": ["no", "private"]
"access": ["no","private"]
},
"osm_element": [
"OpenWay",
Expand Down Expand Up @@ -2009,8 +2007,7 @@
"conveying": [false, "no"]
},
"!osm_tags": {
"access": ["no","private"],
"foot": ["no", "private"]
"access": ["no","private"]
},
"osm_element": "OpenWay"
}
Expand Down Expand Up @@ -2266,8 +2263,7 @@
"step:height": false
},
"!osm_tags": {
"access": ["no","private"],
"foot": ["no", "private"]
"access": ["no","private"]
},
"osm_element": "OpenWay"
}
Expand Down Expand Up @@ -2299,8 +2295,7 @@
"step_count": false
},
"!osm_tags": {
"access": ["no","private"],
"foot": ["no", "private"]
"access": ["no","private"]
},
"osm_element": "OpenWay"
}
Expand Down Expand Up @@ -2374,8 +2369,7 @@
"handrail": false
},
"!osm_tags": {
"access": ["no","private"],
"foot": ["no", "private"]
"access": ["no","private"]
}
}
]
Expand Down

0 comments on commit 36d73dd

Please sign in to comment.