Fix: only ask tactile paving color if present

This commit is contained in:
Robin van der Linde 2025-03-01 01:23:27 +01:00
parent b4a7391725
commit 0828cefc6e
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -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",