-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5518 from quincylvania/name-suggestion-index-v1-p…
…resets Adds the missing presets for name-suggestion-index v1.
- Loading branch information
Showing
11 changed files
with
301 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"icon": "maki-bank", | ||
"fields": [ | ||
"name", | ||
"brand", | ||
"address", | ||
"building_area", | ||
"opening_hours", | ||
"currency_multi" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"money order", | ||
"check", | ||
"bill", | ||
"currency", | ||
"finance", | ||
"wire transfer", | ||
"cable", | ||
"person to person", | ||
"cash to cash", | ||
"exchange" | ||
], | ||
"tags": { | ||
"amenity": "money_transfer" | ||
}, | ||
"name": "Money Transfer Station" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"icon": "maki-bank", | ||
"fields": [ | ||
"name", | ||
"brand", | ||
"address", | ||
"building_area", | ||
"opening_hours", | ||
"payment_multi" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"check", | ||
"tax pay", | ||
"bill pay", | ||
"currency", | ||
"finance", | ||
"cash", | ||
"money" | ||
], | ||
"tags": { | ||
"amenity": "payment_centre" | ||
}, | ||
"name": "Payment Center" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"icon": "maki-bank", | ||
"fields": [ | ||
"name", | ||
"brand", | ||
"address", | ||
"opening_hours", | ||
"payment_multi" | ||
], | ||
"geometry": [ | ||
"point" | ||
], | ||
"terms": [ | ||
"interactive kiosk", | ||
"ekiosk", | ||
"atm", | ||
"bill pay", | ||
"tax pay", | ||
"phone pay", | ||
"finance", | ||
"cash", | ||
"money transfer", | ||
"card" | ||
], | ||
"tags": { | ||
"amenity": "payment_terminal" | ||
}, | ||
"name": "Payment Terminal" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"icon": "maki-shop", | ||
"fields": [ | ||
"name", | ||
"operator", | ||
"address", | ||
"building_area", | ||
"opening_hours", | ||
"payment_multi" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"shop": "catalogue" | ||
}, | ||
"name": "Catalog Shop" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"icon": "maki-shop", | ||
"fields": [ | ||
"name", | ||
"operator", | ||
"address", | ||
"building_area", | ||
"opening_hours", | ||
"payment_multi" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"shop": "country_store" | ||
}, | ||
"name": "Country Store" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"icon": "maki-shop", | ||
"fields": [ | ||
"name", | ||
"operator", | ||
"address", | ||
"building_area", | ||
"opening_hours", | ||
"payment_multi" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"barber", | ||
"shampoo", | ||
"conditioner" | ||
], | ||
"tags": { | ||
"shop": "hairdresser_supply" | ||
}, | ||
"name": "Hairdresser Supply Store" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"icon": "maki-shop", | ||
"fields": [ | ||
"name", | ||
"operator", | ||
"address", | ||
"building_area", | ||
"opening_hours", | ||
"payment_multi" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"balloons", | ||
"costumes", | ||
"decorations", | ||
"invitations" | ||
], | ||
"tags": { | ||
"shop": "party" | ||
}, | ||
"name": "Party Supply Store" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.