Merge pull request #414 from arch0345/trolley-bay

Add Trolley Bay preset and `trolley:deposit` field
This commit is contained in:
Martin Raifer
2022-05-11 16:16:35 +02:00
committed by GitHub
2 changed files with 36 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "trolley:deposit",
"type": "check",
"label": "Deposit"
}
+31
View File
@@ -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"
}