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