forked from MapComplete/MapComplete
Themes(kerbs): don't ask for colour of the tactile pavings if there are none
This commit is contained in:
parent
b4a7391725
commit
2fede3a631
1 changed files with 7 additions and 2 deletions
|
@ -332,7 +332,12 @@
|
||||||
"en": "The tactile paving is coloured {tactile_paving:colour}.",
|
"en": "The tactile paving is coloured {tactile_paving:colour}.",
|
||||||
"nl": "De voelbare bestrating is {tactile_paving:colour} gekleurd."
|
"nl": "De voelbare bestrating is {tactile_paving:colour} gekleurd."
|
||||||
},
|
},
|
||||||
"condition": "_geometry:type=Point"
|
"condition": {
|
||||||
|
"and": [
|
||||||
|
"tactile_paving!=no",
|
||||||
|
"_geometry:type=Point"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "kerb-height",
|
"id": "kerb-height",
|
||||||
|
@ -497,4 +502,4 @@
|
||||||
"es": "un bordillo",
|
"es": "un bordillo",
|
||||||
"ca": "un kerb"
|
"ca": "un kerb"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue