Add presets for shop=gas, shop=perfumery

(re: #3651)
This commit is contained in:
Bryan Housel
2017-03-16 10:54:56 -04:00
parent 7f0a73817d
commit 0698efbcfe
6 changed files with 109 additions and 0 deletions

View File

@@ -3885,6 +3885,11 @@ en:
name: Garden Center
# 'terms: landscape,mulch,shrub,tree'
terms: '<translate with synonyms or related terms for ''Garden Center'', separated by commas>'
shop/gas:
# shop=gas
name: Bottled Gas Shop
# 'terms: cng,lpg,natural gas,propane,refill,tank'
terms: '<translate with synonyms or related terms for ''Bottled Gas Shop'', separated by commas>'
shop/gift:
# shop=gift
name: Gift Shop
@@ -4027,6 +4032,10 @@ en:
# shop=pawnbroker
name: Pawn Shop
terms: '<translate with synonyms or related terms for ''Pawn Shop'', separated by commas>'
shop/perfumery:
# shop=perfumery
name: Perfume Store
terms: '<translate with synonyms or related terms for ''Perfume Store'', separated by commas>'
shop/pet:
# shop=pet
name: Pet Store

View File

@@ -10672,6 +10672,31 @@
},
"name": "Garden Center"
},
"shop/gas": {
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"cng",
"lpg",
"natural gas",
"propane",
"refill",
"tank"
],
"tags": {
"shop": "gas"
},
"name": "Bottled Gas Shop"
},
"shop/gift": {
"icon": "gift",
"fields": [
@@ -11272,6 +11297,23 @@
},
"name": "Pawn Shop"
},
"shop/perfumery": {
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "perfumery"
},
"name": "Perfume Store"
},
"shop/pet": {
"icon": "dog-park",
"fields": [

View File

@@ -0,0 +1,25 @@
{
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"cng",
"lpg",
"natural gas",
"propane",
"refill",
"tank"
],
"tags": {
"shop": "gas"
},
"name": "Bottled Gas Shop"
}

View File

@@ -0,0 +1,17 @@
{
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "perfumery"
},
"name": "Perfume Store"
}

View File

@@ -2310,6 +2310,10 @@
"key": "shop",
"value": "garden_centre"
},
{
"key": "shop",
"value": "gas"
},
{
"key": "shop",
"value": "gift"
@@ -2438,6 +2442,10 @@
"key": "shop",
"value": "pawnbroker"
},
{
"key": "shop",
"value": "perfumery"
},
{
"key": "shop",
"value": "pet"

View File

@@ -4192,6 +4192,10 @@
"name": "Garden Center",
"terms": "landscape,mulch,shrub,tree"
},
"shop/gas": {
"name": "Bottled Gas Shop",
"terms": "cng,lpg,natural gas,propane,refill,tank"
},
"shop/gift": {
"name": "Gift Shop",
"terms": "souvenir"
@@ -4320,6 +4324,10 @@
"name": "Pawn Shop",
"terms": ""
},
"shop/perfumery": {
"name": "Perfume Store",
"terms": ""
},
"shop/pet": {
"name": "Pet Store",
"terms": "cat,dog,fish"