mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Fix typo in craft=agricultural_engines preset name and add search terms (close #7756)
This commit is contained in:
+3
-2
@@ -4664,8 +4664,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Craft'', separated by commas>'
|
||||
craft/agricultural_engines:
|
||||
# craft=agricultural_engines
|
||||
name: Argricultural Engines Mechanic
|
||||
terms: '<translate with synonyms or related terms for ''Argricultural Engines Mechanic'', separated by commas>'
|
||||
name: Agricultural Engines Mechanic
|
||||
# 'terms: combines,farm equipment,harvesters,tractors'
|
||||
terms: '<translate with synonyms or related terms for ''Agricultural Engines Mechanic'', separated by commas>'
|
||||
craft/basket_maker:
|
||||
# craft=basket_maker
|
||||
name: Basket Maker
|
||||
|
||||
@@ -395,7 +395,7 @@
|
||||
"craft": {"icon": "temaki-tools", "fields": ["name", "craft", "operator", "address", "building_area", "opening_hours", "opening_hours/covid19"], "moreFields": ["air_conditioning", "building/levels_building", "ele", "email", "fax", "gnis/feature_id", "height_building", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "phone", "product", "ref/vatin", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"craft": "*"}, "terms": [], "name": "Craft"},
|
||||
"craft/locksmith": {"icon": "maki-marker-stroked", "geometry": ["point", "area"], "tags": {"craft": "locksmith"}, "reference": {"key": "shop", "value": "locksmith"}, "name": "Locksmith", "searchable": false},
|
||||
"craft/tailor": {"icon": "temaki-needle_and_spool", "geometry": ["point", "area"], "tags": {"craft": "tailor"}, "reference": {"key": "shop", "value": "tailor"}, "name": "Tailor", "searchable": false},
|
||||
"craft/agricultural_engines": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"craft": "agricultural_engines"}, "name": "Argricultural Engines Mechanic"},
|
||||
"craft/agricultural_engines": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"craft": "agricultural_engines"}, "terms": ["combines", "farm equipment", "harvesters", "tractors"], "name": "Agricultural Engines Mechanic"},
|
||||
"craft/basket_maker": {"icon": "temaki-vase", "geometry": ["point", "area"], "tags": {"craft": "basket_maker"}, "name": "Basket Maker"},
|
||||
"craft/beekeeper": {"icon": "maki-farm", "geometry": ["point", "area"], "tags": {"craft": "beekeeper"}, "name": "Beekeeper"},
|
||||
"craft/blacksmith": {"icon": "temaki-anvil_and_hammer", "geometry": ["point", "area"], "tags": {"craft": "blacksmith"}, "name": "Blacksmith"},
|
||||
|
||||
@@ -7,5 +7,11 @@
|
||||
"tags": {
|
||||
"craft": "agricultural_engines"
|
||||
},
|
||||
"name": "Argricultural Engines Mechanic"
|
||||
"terms": [
|
||||
"combines",
|
||||
"farm equipment",
|
||||
"harvesters",
|
||||
"tractors"
|
||||
],
|
||||
"name": "Agricultural Engines Mechanic"
|
||||
}
|
||||
|
||||
+1
-1
@@ -391,7 +391,7 @@
|
||||
{"key": "craft", "description": "🄿 Craft, 🄵 Type", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tools.svg"},
|
||||
{"key": "craft", "value": "locksmith", "description": "🄿 Locksmith (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/marker-stroked-15.svg"},
|
||||
{"key": "craft", "value": "tailor", "description": "🄿 Tailor (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/needle_and_spool.svg"},
|
||||
{"key": "craft", "value": "agricultural_engines", "description": "🄿 Argricultural Engines Mechanic", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tools.svg"},
|
||||
{"key": "craft", "value": "agricultural_engines", "description": "🄿 Agricultural Engines Mechanic", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tools.svg"},
|
||||
{"key": "craft", "value": "basket_maker", "description": "🄿 Basket Maker", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/vase.svg"},
|
||||
{"key": "craft", "value": "beekeeper", "description": "🄿 Beekeeper", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/farm-15.svg"},
|
||||
{"key": "craft", "value": "blacksmith", "description": "🄿 Blacksmith", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/anvil_and_hammer.svg"},
|
||||
|
||||
Vendored
+2
-2
@@ -6706,8 +6706,8 @@
|
||||
"name": "Tailor"
|
||||
},
|
||||
"craft/agricultural_engines": {
|
||||
"name": "Argricultural Engines Mechanic",
|
||||
"terms": ""
|
||||
"name": "Agricultural Engines Mechanic",
|
||||
"terms": "combines,farm equipment,harvesters,tractors"
|
||||
},
|
||||
"craft/basket_maker": {
|
||||
"name": "Basket Maker",
|
||||
|
||||
Reference in New Issue
Block a user