Skip to content

Commit

Permalink
Merge pull request #2136 from beardhatcode/feat/bike_parking/safe_loops
Browse files Browse the repository at this point in the history
feat: add bike_parking=safe_loops
  • Loading branch information
pietervdvn committed Sep 11, 2024
2 parents 4356e64 + e4de3d8 commit 41d543c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
13 changes: 13 additions & 0 deletions assets/layers/bike_parking/bike_parking.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
10 changes: 9 additions & 1 deletion assets/layers/bike_parking/license_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [ ]
}
]
]
2 changes: 2 additions & 0 deletions assets/layers/bike_parking/safe_loops.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41d543c

Please sign in to comment.