Add preset for craft=electronics_repair

(closes #4049)
This commit is contained in:
Bryan Housel
2017-05-26 20:36:42 -04:00
parent 7072b260fe
commit 1fda63fa69
5 changed files with 46 additions and 0 deletions

View File

@@ -2284,6 +2284,10 @@ en:
name: Electrician
# 'terms: power,wire'
terms: '<translate with synonyms or related terms for ''Electrician'', separated by commas>'
craft/electronics_repair:
# craft=electronics_repair
name: Electronics Repair Shop
terms: '<translate with synonyms or related terms for ''Electronics Repair Shop'', separated by commas>'
craft/gardener:
# craft=gardener
name: Gardener

View File

@@ -4281,6 +4281,23 @@
},
"name": "Electrician"
},
"craft/electronics_repair": {
"icon": "poi-tool",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"craft": "electronics_repair"
},
"name": "Electronics Repair Shop"
},
"craft/gardener": {
"icon": "garden",
"fields": [

View File

@@ -0,0 +1,17 @@
{
"icon": "poi-tool",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"craft": "electronics_repair"
},
"name": "Electronics Repair Shop"
}

View File

@@ -878,6 +878,10 @@
"key": "craft",
"value": "electrician"
},
{
"key": "craft",
"value": "electronics_repair"
},
{
"key": "craft",
"value": "gardener"

View File

@@ -2936,6 +2936,10 @@
"name": "Electrician",
"terms": "power,wire"
},
"craft/electronics_repair": {
"name": "Electronics Repair Shop",
"terms": ""
},
"craft/gardener": {
"name": "Gardener",
"terms": "landscaper,grounds keeper"