Merge branch 'develop' into feature/conflation-fix

This commit is contained in:
pietervdvn 2022-01-01 02:38:56 +01:00
commit d9ad4daaf6

View file

@ -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?",