Merge pull request #2136 from beardhatcode/feat/bike_parking/safe_loops
feat: add bike_parking=safe_loops
This commit is contained in:
commit
41d543c5dd
3 changed files with 24 additions and 1 deletions
|
@ -179,6 +179,19 @@
|
||||||
"class": "large"
|
"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",
|
"if": "bicycle_parking=wall_loops",
|
||||||
"then": {
|
"then": {
|
||||||
|
|
|
@ -82,5 +82,13 @@
|
||||||
"sources": [
|
"sources": [
|
||||||
"https://osoc.be/editions/2020/walk-by-brussels"
|
"https://osoc.be/editions/2020/walk-by-brussels"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "safe_loops.svg",
|
||||||
|
"license": "CC-BY-SA",
|
||||||
|
"authors": [
|
||||||
|
"Robbert Gurdeep Singh"
|
||||||
|
],
|
||||||
|
"sources": [ ]
|
||||||
}
|
}
|
||||||
]
|
]
|
2
assets/layers/bike_parking/safe_loops.svg
Normal file
2
assets/layers/bike_parking/safe_loops.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6 KiB |
Loading…
Reference in a new issue