Skip to content

Commit

Permalink
Merge pull request #5518 from quincylvania/name-suggestion-index-v1-p…
Browse files Browse the repository at this point in the history
…resets

Adds the missing presets for name-suggestion-index v1.
  • Loading branch information
quincylvania authored Nov 22, 2018
2 parents 4cf7e8c + 51e5e59 commit 5fd118e
Show file tree
Hide file tree
Showing 11 changed files with 301 additions and 0 deletions.
33 changes: 33 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2472,6 +2472,11 @@ en:
name: Monastery Grounds
# 'terms: abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,monastery,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple'
terms: '<translate with synonyms or related terms for ''Monastery Grounds'', separated by commas>'
amenity/money_transfer:
# amenity=money_transfer
name: Money Transfer Station
# 'terms: money order,check,bill,currency,finance,wire transfer,cable,person to person,cash to cash,exchange'
terms: '<translate with synonyms or related terms for ''Money Transfer Station'', separated by commas>'
amenity/motorcycle_parking:
# amenity=motorcycle_parking
name: Motorcycle Parking
Expand Down Expand Up @@ -2507,6 +2512,16 @@ en:
# amenity=parking_space
name: Parking Space
terms: '<translate with synonyms or related terms for ''Parking Space'', separated by commas>'
amenity/payment_centre:
# amenity=payment_centre
name: Payment Center
# 'terms: check,tax pay,bill pay,currency,finance,cash,money'
terms: '<translate with synonyms or related terms for ''Payment Center'', separated by commas>'
amenity/payment_terminal:
# amenity=payment_terminal
name: Payment Terminal
# 'terms: interactive kiosk,ekiosk,atm,bill pay,tax pay,phone pay,finance,cash,money transfer,card'
terms: '<translate with synonyms or related terms for ''Payment Terminal'', separated by commas>'
amenity/pharmacy:
# amenity=pharmacy
name: Pharmacy
Expand Down Expand Up @@ -5877,6 +5892,10 @@ en:
name: Carpet Store
# 'terms: rug'
terms: '<translate with synonyms or related terms for ''Carpet Store'', separated by commas>'
shop/catalogue:
# shop=catalogue
name: Catalog Shop
terms: '<translate with synonyms or related terms for ''Catalog Shop'', separated by commas>'
shop/charity:
# shop=charity
name: Charity Store
Expand Down Expand Up @@ -5924,6 +5943,10 @@ en:
# shop=cosmetics
name: Cosmetics Store
terms: '<translate with synonyms or related terms for ''Cosmetics Store'', separated by commas>'
shop/country_store:
# shop=country_store
name: Country Store
terms: '<translate with synonyms or related terms for ''Country Store'', separated by commas>'
shop/craft:
# shop=craft
name: Arts and Crafts Store
Expand Down Expand Up @@ -6036,6 +6059,11 @@ en:
name: Hairdresser
# 'terms: barber'
terms: '<translate with synonyms or related terms for ''Hairdresser'', separated by commas>'
shop/hairdresser_supply:
# shop=hairdresser_supply
name: Hairdresser Supply Store
# 'terms: barber,shampoo,conditioner'
terms: '<translate with synonyms or related terms for ''Hairdresser Supply Store'', separated by commas>'
shop/hardware:
# shop=hardware
name: Hardware Store
Expand Down Expand Up @@ -6164,6 +6192,11 @@ en:
# shop=paint
name: Paint Store
terms: '<translate with synonyms or related terms for ''Paint Store'', separated by commas>'
shop/party:
# shop=party
name: Party Supply Store
# 'terms: balloons,costumes,decorations,invitations'
terms: '<translate with synonyms or related terms for ''Party Supply Store'', separated by commas>'
shop/pastry:
# shop=pastry
name: Pastry Shop
Expand Down
16 changes: 16 additions & 0 deletions data/presets/presets.json

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions data/presets/presets/amenity/money_transfer.json
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"
}
28 changes: 28 additions & 0 deletions data/presets/presets/amenity/payment_centre.json
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"
}
29 changes: 29 additions & 0 deletions data/presets/presets/amenity/payment_terminal.json
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"
}
19 changes: 19 additions & 0 deletions data/presets/presets/shop/catalogue.json
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"
}
19 changes: 19 additions & 0 deletions data/presets/presets/shop/country_store.json
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"
}
24 changes: 24 additions & 0 deletions data/presets/presets/shop/hairdresser_supply.json
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"
}
25 changes: 25 additions & 0 deletions data/presets/presets/shop/party.json
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"
}
49 changes: 49 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/place-of-worship-15.svg?sanitize=true"
},
{
"key": "amenity",
"value": "money_transfer",
"description": "Money Transfer Station",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bank-15.svg?sanitize=true"
},
{
"key": "amenity",
"value": "motorcycle_parking",
Expand Down Expand Up @@ -769,6 +776,20 @@
"object_types": ["area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/car-15.svg?sanitize=true"
},
{
"key": "amenity",
"value": "payment_centre",
"description": "Payment Center",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bank-15.svg?sanitize=true"
},
{
"key": "amenity",
"value": "payment_terminal",
"description": "Payment Terminal",
"object_types": ["node"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bank-15.svg?sanitize=true"
},
{
"key": "amenity",
"value": "pharmacy",
Expand Down Expand Up @@ -5484,6 +5505,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "catalogue",
"description": "Catalog Shop",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "charity",
Expand Down Expand Up @@ -5561,6 +5589,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "country_store",
"description": "Country Store",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "craft",
Expand Down Expand Up @@ -5708,6 +5743,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "hairdresser_supply",
"description": "Hairdresser Supply Store",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "hairdresser",
Expand Down Expand Up @@ -5918,6 +5960,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-paint-roller.svg?sanitize=true"
},
{
"key": "shop",
"value": "party",
"description": "Party Supply Store",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "pastry",
Expand Down
Loading

0 comments on commit 5fd118e

Please sign in to comment.