forked from MapComplete/MapComplete
Fix: only ask tactile paving color if present
This commit is contained in:
parent
b4a7391725
commit
0828cefc6e
1 changed files with 6 additions and 1 deletions
|
@ -332,7 +332,12 @@
|
|||
"en": "The tactile paving is coloured {tactile_paving:colour}.",
|
||||
"nl": "De voelbare bestrating is {tactile_paving:colour} gekleurd."
|
||||
},
|
||||
"condition": "_geometry:type=Point"
|
||||
"condition": {
|
||||
"and": [
|
||||
"_geometry:type=Point",
|
||||
"tactile_paving=yes"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "kerb-height",
|
||||
|
|
Loading…
Add table
Reference in a new issue