mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 23:13:54 +02:00
Add Trolley Bay preset and trolley:deposit field
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "trolley:deposit",
|
||||
"type": "check",
|
||||
"label": "Deposit"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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": [
|
||||
"cart return",
|
||||
"shopping cart"
|
||||
],
|
||||
"name": "Trolley Bay"
|
||||
}
|
||||
Reference in New Issue
Block a user