Skip to content

Commit cc411a7

Browse files
authored
Merge pull request #414 from arch0345/trolley-bay
Add Trolley Bay preset and `trolley:deposit` field
2 parents 6beccb2 + a77f84a commit cc411a7

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

data/fields/deposit/trolley.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "trolley:deposit",
3+
"type": "check",
4+
"label": "Deposit"
5+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"icon": "fas-cart-shopping",
3+
"fields": [
4+
"capacity",
5+
"deposit/trolley",
6+
"payment_multi_fee"
7+
],
8+
"moreFields": [
9+
"brand",
10+
"covered",
11+
"fee",
12+
"indoor",
13+
"opening_hours",
14+
"operator"
15+
],
16+
"geometry": [
17+
"point",
18+
"area"
19+
],
20+
"tags": {
21+
"amenity": "trolley_bay"
22+
},
23+
"terms": [
24+
"carriage return",
25+
"cart corral",
26+
"cart return",
27+
"shopping cart",
28+
"trolley bay"
29+
],
30+
"name": "Cart Corral"
31+
}

0 commit comments

Comments
 (0)