Merge pull request #5653 from hikemaniac/shop-fuel

Added a preset for shop=fuel
This commit is contained in:
Bryan Housel
2018-12-24 12:44:48 -05:00
committed by GitHub
5 changed files with 36 additions and 0 deletions
+4
View File
@@ -6104,6 +6104,10 @@ en:
name: Framing Shop
# 'terms: art*,paint*,photo*,frame'
terms: '<translate with synonyms or related terms for ''Framing Shop'', separated by commas>'
shop/fuel:
# shop=fuel
name: Fuel Shop
terms: '<translate with synonyms or related terms for ''Fuel Shop'', separated by commas>'
shop/funeral_directors:
# shop=funeral_directors
name: Funeral Home
+1
View File
@@ -889,6 +889,7 @@
"shop/fishing": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "fishing"}, "name": "Fishing Shop"},
"shop/florist": {"icon": "maki-florist", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["flower"], "tags": {"shop": "florist"}, "name": "Florist"},
"shop/frame": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "frame"}, "terms": ["art*", "paint*", "photo*", "frame"], "name": "Framing Shop"},
"shop/fuel": {"icon": "maki-shop", "fields": ["name", "operator", "address", "fuel_multi", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "fuel"}, "name": "Fuel Shop"},
"shop/funeral_directors": {"icon": "maki-cemetery", "fields": ["name", "operator", "address", "building_area", "religion", "denomination"], "geometry": ["point", "area"], "terms": ["undertaker", "memorial home"], "tags": {"shop": "funeral_directors"}, "name": "Funeral Home"},
"shop/furniture": {"icon": "fas-couch", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["chair", "sofa", "table"], "tags": {"shop": "furniture"}, "name": "Furniture Store"},
"shop/garden_centre": {"icon": "maki-garden-centre", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["landscape", "mulch", "shrub", "tree"], "tags": {"shop": "garden_centre"}, "name": "Garden Center"},
+20
View File
@@ -0,0 +1,20 @@
{
"icon": "maki-shop",
"fields": [
"name",
"operator",
"address",
"fuel_multi",
"building_area",
"opening_hours",
"payment_multi"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "fuel"
},
"name": "Fuel Shop"
}
+7
View File
@@ -5778,6 +5778,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "fuel",
"description": "🄿 Fuel Shop",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
},
{
"key": "shop",
"value": "funeral_directors",
+4
View File
@@ -6775,6 +6775,10 @@
"name": "Framing Shop",
"terms": "art*,paint*,photo*,frame"
},
"shop/fuel": {
"name": "Fuel Shop",
"terms": ""
},
"shop/funeral_directors": {
"name": "Funeral Home",
"terms": "undertaker,memorial home"