Add zero height mapping
This commit is contained in:
parent
fc9f43fe27
commit
a51c9804cf
1 changed files with 9 additions and 1 deletions
|
@ -197,7 +197,15 @@
|
|||
"fr": "Hauteur de la bordure"
|
||||
},
|
||||
"type": "pnat"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "kerb:height=0",
|
||||
"then": {
|
||||
"en": "This kerb is flush and is lower than 1cm."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
|
|
Loading…
Reference in a new issue