Merge pull request #1282 from pietervdvn/RobinLinde-patch-6

Only ask details for barrier if node is part of a way
This commit is contained in:
Robin van der Linde 2023-01-29 13:11:28 +01:00 committed by GitHub
commit de08dba5c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {