mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 07:06:04 +02:00
Merge pull request #5653 from hikemaniac/shop-fuel
Added a preset for shop=fuel
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user