mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Fix frozen food store preset name
This commit is contained in:
+2
-2
@@ -7819,8 +7819,8 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Framing Shop'', separated by commas>'
|
||||
shop/frozen_food:
|
||||
# shop=frozen_food
|
||||
name: Frozen Food
|
||||
terms: '<translate with synonyms or related terms for ''Frozen Food'', separated by commas>'
|
||||
name: Frozen Food Store
|
||||
terms: '<translate with synonyms or related terms for ''Frozen Food Store'', separated by commas>'
|
||||
shop/fuel:
|
||||
# shop=fuel
|
||||
name: Fuel Shop
|
||||
|
||||
@@ -1100,7 +1100,7 @@
|
||||
"shop/flooring": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"shop": "flooring"}, "terms": ["tile"], "name": "Flooring Supply Shop"},
|
||||
"shop/florist": {"icon": "maki-florist", "geometry": ["point", "area"], "terms": ["flower"], "tags": {"shop": "florist"}, "name": "Florist"},
|
||||
"shop/frame": {"icon": "fas-vector-square", "geometry": ["point", "area"], "tags": {"shop": "frame"}, "terms": ["art*", "paint*", "photo*", "frame"], "name": "Framing Shop"},
|
||||
"shop/frozen_food": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "frozen_food"}, "name": "Frozen Food"},
|
||||
"shop/frozen_food": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "frozen_food"}, "name": "Frozen Food Store"},
|
||||
"shop/fuel": {"icon": "temaki-propane_tank", "fields": ["{shop}", "fuel_multi"], "geometry": ["point", "area"], "tags": {"shop": "fuel"}, "name": "Fuel Shop", "matchScore": 0.5},
|
||||
"shop/funeral_directors": {"icon": "maki-cemetery", "fields": ["{shop}", "religion", "denomination"], "geometry": ["point", "area"], "terms": ["undertaker", "memorial home"], "tags": {"shop": "funeral_directors"}, "name": "Funeral Home"},
|
||||
"shop/furniture": {"icon": "fas-couch", "geometry": ["point", "area"], "terms": ["chair", "sofa", "table"], "tags": {"shop": "furniture"}, "name": "Furniture Store"},
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"tags": {
|
||||
"shop": "frozen_food"
|
||||
},
|
||||
"name": "Frozen Food"
|
||||
"name": "Frozen Food Store"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1045,7 +1045,7 @@
|
||||
{"key": "shop", "value": "flooring", "description": "🄿 Flooring Supply Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tools.svg"},
|
||||
{"key": "shop", "value": "florist", "description": "🄿 Florist", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/florist-15.svg"},
|
||||
{"key": "shop", "value": "frame", "description": "🄿 Framing Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-vector-square.svg"},
|
||||
{"key": "shop", "value": "frozen_food", "description": "🄿 Frozen Food", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "frozen_food", "description": "🄿 Frozen Food Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "fuel", "description": "🄿 Fuel Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/propane_tank.svg"},
|
||||
{"key": "shop", "value": "funeral_directors", "description": "🄿 Funeral Home", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/cemetery-15.svg"},
|
||||
{"key": "shop", "value": "furniture", "description": "🄿 Furniture Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-couch.svg"},
|
||||
|
||||
Vendored
+1
-1
@@ -9254,7 +9254,7 @@
|
||||
"terms": "art*,paint*,photo*,frame"
|
||||
},
|
||||
"shop/frozen_food": {
|
||||
"name": "Frozen Food",
|
||||
"name": "Frozen Food Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/fuel": {
|
||||
|
||||
Reference in New Issue
Block a user