Skip to content

Commit

Permalink
Merge pull request #414 from arch0345/trolley-bay
Browse files Browse the repository at this point in the history
Add Trolley Bay preset and `trolley:deposit` field
  • Loading branch information
tyrasd authored May 11, 2022
2 parents 6beccb2 + a77f84a commit cc411a7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/fields/deposit/trolley.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "trolley:deposit",
"type": "check",
"label": "Deposit"
}
31 changes: 31 additions & 0 deletions data/presets/amenity/trolley_bay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"icon": "fas-cart-shopping",
"fields": [
"capacity",
"deposit/trolley",
"payment_multi_fee"
],
"moreFields": [
"brand",
"covered",
"fee",
"indoor",
"opening_hours",
"operator"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "trolley_bay"
},
"terms": [
"carriage return",
"cart corral",
"cart return",
"shopping cart",
"trolley bay"
],
"name": "Cart Corral"
}

0 comments on commit cc411a7

Please sign in to comment.