Merge pull request #2136 from beardhatcode/feat/bike_parking/safe_loops

feat: add bike_parking=safe_loops
This commit is contained in:
Pieter Vander Vennet 2024-09-11 15:55:18 +02:00 committed by GitHub
commit 41d543c5dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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