forked from MapComplete/MapComplete
Surface type basic questions
This commit is contained in:
parent
080615109e
commit
3da3e25980
1 changed files with 48 additions and 1 deletions
|
@ -131,5 +131,52 @@
|
|||
"presets": []
|
||||
}
|
||||
],
|
||||
"roamingRenderings": []
|
||||
"overrideAll": {
|
||||
"+tagRenderings": [
|
||||
{
|
||||
"render": {
|
||||
"en": "This road is made of {surface}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "surface",
|
||||
"addExtraTags": []
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "surface=wood",
|
||||
"then": {
|
||||
"en": "The street is made of wood"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "surface=concrete",
|
||||
"then": {
|
||||
"en": "This street is made of concrete"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "surface=cobblestone",
|
||||
"then": {
|
||||
"en": "This street is made of concrete"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "surface=asphalt",
|
||||
"then": {
|
||||
"en": "This street is made of asphalt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "surface=paved",
|
||||
"then": {
|
||||
"en": "This street is paved"
|
||||
}
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "What is the surface of the street made from?"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue