forked from MapComplete/MapComplete
Merge pull request #975 from pietervdvn/separately-mapped-sidewalks
Add 'separately mapped sidewalk' answer in Sidewalks theme
This commit is contained in:
commit
e74b9022bf
1 changed files with 6 additions and 2 deletions
|
|
@ -125,7 +125,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "sidewalk:left|right=no",
|
"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
|
"allowSplit": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue