forked from MapComplete/MapComplete
Merge branch 'develop' into feature/conflation-fix
This commit is contained in:
commit
d9ad4daaf6
1 changed files with 18 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
"de": "Fahrradhindernis"
|
||||
},
|
||||
"tags": [
|
||||
"barrier=bollard"
|
||||
"barrier=cycle_barrier"
|
||||
],
|
||||
"description": {
|
||||
"en": "Cycle barrier, slowing down cyclists",
|
||||
|
@ -125,6 +125,23 @@
|
|||
],
|
||||
"id": "bicycle=yes/no"
|
||||
},
|
||||
{
|
||||
"id": "barrier_type",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "barrier=bollard",
|
||||
"then": {
|
||||
"en": "This is a single bollard in the road"
|
||||
}
|
||||
},{
|
||||
"if": "barrier=cycle_barrier",
|
||||
"then": {
|
||||
"en": "This is a cycle barrier slowing down cyclists",
|
||||
"nl": "Dit zijn fietshekjes die fietsers afremmen"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What kind of bollard is this?",
|
||||
|
|
Loading…
Reference in a new issue