Only ask some questions if node is part of way
This commit is contained in:
parent
8cf3b88172
commit
87ecd8b6f4
1 changed files with 3 additions and 1 deletions
|
@ -147,6 +147,7 @@
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
{
|
{
|
||||||
|
"condition": "_referencing_ways~*",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Can a bicycle go past this barrier?",
|
"en": "Can a bicycle go past this barrier?",
|
||||||
"nl": "Kan een fietser langs deze barrière?",
|
"nl": "Kan een fietser langs deze barrière?",
|
||||||
|
@ -410,7 +411,8 @@
|
||||||
"condition": {
|
"condition": {
|
||||||
"and": [
|
"and": [
|
||||||
"cycle_barrier!=double",
|
"cycle_barrier!=double",
|
||||||
"cycle_barrier!=triple"
|
"cycle_barrier!=triple",
|
||||||
|
"_referencing_ways~*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
|
|
Loading…
Reference in a new issue