feat: add bike_parking=safe_loops

This commit is contained in:
Robbert Gurdeep Singh 2024-09-11 15:10:27 +02:00
parent 8b3104f58d
commit e4de3d8e5f
3 changed files with 24 additions and 1 deletions

View file

@ -179,6 +179,19 @@
"class": "large"
}
},
{
"if": "bicycle_parking=safe_loops",
"then": {
"en": "Rack with side loops",
"nl": "Rek met zijbeugel",
"fr": "Rack à vélo avec arceau",
"de": "Radständer mit Seitenbügel"
},
"icon": {
"path": "./assets/layers/bike_parking/safe_loops.svg",
"class": "large"
}
},
{
"if": "bicycle_parking=wall_loops",
"then": {

View file

@ -82,5 +82,13 @@
"sources": [
"https://osoc.be/editions/2020/walk-by-brussels"
]
},
{
"path": "safe_loops.svg",
"license": "CC-BY-SA",
"authors": [
"Robbert Gurdeep Singh"
],
"sources": [ ]
}
]
]

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6 KiB