forked from MapComplete/MapComplete
Add 'separately mapped sidewalk' answer in Sidewalks theme
This commit is contained in:
parent
38497c458b
commit
14ce840a7e
1 changed files with 6 additions and 2 deletions
|
@ -125,7 +125,11 @@
|
|||
},
|
||||
{
|
||||
"if": "sidewalk:left|right=no",
|
||||
"then": "No, there is no seperated sidewalk to walk on"
|
||||
"then": "No, there is no sidewalk to walk on"
|
||||
},
|
||||
{
|
||||
"if": "sidewalk:left|right=separate",
|
||||
"then": "There is a separately mapped sidewalk to walk on"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -224,4 +228,4 @@
|
|||
"allowSplit": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue