forked from MapComplete/MapComplete
Various small fixes to presets, add slow roads to speelplekken-theme
This commit is contained in:
parent
a6c004d363
commit
f4a59d3a9e
9 changed files with 233 additions and 8 deletions
|
@ -79,6 +79,22 @@
|
|||
"nl": "De ondergrond is <b>beton</b>",
|
||||
"en": "The surface is <b>concrete</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "surface=unpaved",
|
||||
"then": {
|
||||
"nl": "De ondergrond is <b>onverhard</b>",
|
||||
"en": "The surface is <b>unpaved</b>"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "surface=paved",
|
||||
"then": {
|
||||
"nl": "De ondergrond is <b>verhard</b>",
|
||||
"en": "The surface is <b>paved</b>"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue