Add more missing office presets

- adoption_agency
- charity
- energy_supplier
- forestry
- foundation
- tax
- guide
- moving_company
- notary
- private_investigator
- quango
- surveyor
- tax_advisor
- water_utility
This commit is contained in:
Natalia Margolis
2017-10-31 12:26:17 -07:00
parent 4b9c428b91
commit 11dd9ec1b8
19 changed files with 754 additions and 12 deletions
+67 -5
View File
@@ -4006,6 +4006,10 @@ en:
# office=administrative
name: Administrative Office
terms: '<translate with synonyms or related terms for ''Administrative Office'', separated by commas>'
office/adoption_agency:
# office=adoption_agency
name: Adoption Agency
terms: '<translate with synonyms or related terms for ''Adoption Agency'', separated by commas>'
office/advertising_agency:
# office=advertising_agency
name: Advertising Agency
@@ -4017,9 +4021,14 @@ en:
terms: '<translate with synonyms or related terms for ''Architect'', separated by commas>'
office/association:
# office=association
name: Association
# 'terms: non-profit,organization,society'
terms: '<translate with synonyms or related terms for ''Association'', separated by commas>'
name: Nonprofit Organization Office
# 'terms: association,non-profit,nonprofit,organization,society'
terms: '<translate with synonyms or related terms for ''Nonprofit Organization Office'', separated by commas>'
office/charity:
# office=charity
name: Charity Office
# 'terms: charitable organization'
terms: '<translate with synonyms or related terms for ''Charity Office'', separated by commas>'
office/company:
# office=company
name: Company Office
@@ -4038,6 +4047,11 @@ en:
name: Employment Agency
# 'terms: job'
terms: '<translate with synonyms or related terms for ''Employment Agency'', separated by commas>'
office/energy_supplier:
# office=energy_supplier
name: Energy Supplier Office
# 'terms: electricity,energy company,energy utility,gas utility'
terms: '<translate with synonyms or related terms for ''Energy Supplier Office'', separated by commas>'
office/estate_agent:
# office=estate_agent
name: Real Estate Office
@@ -4046,6 +4060,15 @@ en:
# office=financial
name: Financial Office
terms: '<translate with synonyms or related terms for ''Financial Office'', separated by commas>'
office/forestry:
# office=forestry
name: Forestry Office
# 'terms: forest'
terms: '<translate with synonyms or related terms for ''Forestry Office'', separated by commas>'
office/foundation:
# office=foundation
name: Foundation Office
terms: '<translate with synonyms or related terms for ''Foundation Office'', separated by commas>'
office/government:
# office=government
name: Government Office
@@ -4055,6 +4078,16 @@ en:
name: Register Office
# 'terms: clerk,marriage,death,birth,certificate'
terms: '<translate with synonyms or related terms for ''Register Office'', separated by commas>'
office/government/tax:
# 'office=government, government=tax'
name: Tax and Revenue Office
# 'terms: fiscal authorities,revenue office,tax office'
terms: '<translate with synonyms or related terms for ''Tax and Revenue Office'', separated by commas>'
office/guide:
# office=guide
name: Guide Office
# 'terms: dive guide,mountain guide,tour guide'
terms: '<translate with synonyms or related terms for ''Guide Office'', separated by commas>'
office/insurance:
# office=insurance
name: Insurance Office
@@ -4072,6 +4105,11 @@ en:
name: Notary Office
# 'terms: clerk,signature,wills,deeds,estate'
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
office/moving_company:
# office=moving_company
name: Moving Company Office
# 'terms: relocation'
terms: '<translate with synonyms or related terms for ''Moving Company Office'', separated by commas>'
office/newspaper:
# office=newspaper
name: Newspaper
@@ -4080,6 +4118,10 @@ en:
# office=ngo
name: NGO Office
terms: '<translate with synonyms or related terms for ''NGO Office'', separated by commas>'
office/notary:
# office=notary
name: Notary Office
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
office/physician:
# office=physician
name: Physician
@@ -4087,14 +4129,29 @@ en:
# office=political_party
name: Political Party
terms: '<translate with synonyms or related terms for ''Political Party'', separated by commas>'
office/private_investigator:
# office=private_investigator
name: Private Investigator Office
# 'terms: PI,private eye,private detective'
terms: '<translate with synonyms or related terms for ''Private Investigator Office'', separated by commas>'
office/quango:
# office=quango
name: Quango Office
# 'terms: Quasi-Autonomous Non-Government Organisation,Quasi-Autonomous Non-Government Organization,Quasi-Autonomous NGO'
terms: '<translate with synonyms or related terms for ''Quango Office'', separated by commas>'
office/research:
# office=research
name: Research Office
terms: '<translate with synonyms or related terms for ''Research Office'', separated by commas>'
office/surveyor:
# office=surveyor
name: Surveyor
terms: '<translate with synonyms or related terms for ''Surveyor'', separated by commas>'
name: Surveyor Office
terms: '<translate with synonyms or related terms for ''Surveyor Office'', separated by commas>'
office/tax_advisor:
# office=tax_advisor
name: Tax Advisor Office
# 'terms: tax,tax consultant'
terms: '<translate with synonyms or related terms for ''Tax Advisor Office'', separated by commas>'
office/telecommunication:
# office=telecommunication
name: Telecom Office
@@ -4106,6 +4163,11 @@ en:
office/travel_agent:
# office=travel_agent
name: Travel Agency
office/water_utility:
# office=water_utility
name: Water Utility Office
# 'terms: water board,utility'
terms: '<translate with synonyms or related terms for ''Water Utility Office'', separated by commas>'
piste:
# 'piste:type=*'
name: Piste/Ski Trail
+290 -2
View File
@@ -11479,6 +11479,25 @@
"terms": [],
"name": "Administrative Office"
},
"office/adoption_agency": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "adoption_agency"
},
"terms": [],
"name": "Adoption Agency"
},
"office/advertising_agency": {
"icon": "commercial",
"fields": [
@@ -11540,11 +11559,34 @@
"office": "association"
},
"terms": [
"association",
"non-profit",
"nonprofit",
"organization",
"society"
],
"name": "Association"
"name": "Nonprofit Organization Office"
},
"office/charity": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "charity"
},
"terms": [
"charitable organization"
],
"name": "Charity Office"
},
"office/company": {
"icon": "commercial",
@@ -11634,6 +11676,30 @@
],
"name": "Employment Agency"
},
"office/energy_supplier": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "energy_supplier"
},
"terms": [
"electricity",
"energy company",
"energy utility",
"gas utility"
],
"name": "Energy Supplier Office"
},
"office/estate_agent": {
"icon": "commercial",
"fields": [
@@ -11672,6 +11738,46 @@
"terms": [],
"name": "Financial Office"
},
"office/forestry": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "forestry"
},
"terms": [
"forest"
],
"name": "Forestry Office"
},
"office/foundation": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "foundation"
},
"terms": [],
"name": "Foundation Office"
},
"office/government": {
"icon": "commercial",
"fields": [
@@ -11721,6 +11827,57 @@
},
"name": "Register Office"
},
"office/government/tax": {
"icon": "town-hall",
"fields": [
"name",
"address",
"building_area",
"opening_hours",
"operator"
],
"geometry": [
"point",
"area"
],
"terms": [
"fiscal authorities",
"revenue office",
"tax office"
],
"tags": {
"office": "government",
"government": "tax"
},
"reference": {
"key": "government",
"value": "tax"
},
"name": "Tax and Revenue Office"
},
"office/guide": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "guide"
},
"terms": [
"dive guide",
"mountain guide",
"tour guide"
],
"name": "Guide Office"
},
"office/insurance": {
"icon": "commercial",
"fields": [
@@ -11808,6 +11965,27 @@
],
"name": "Notary Office"
},
"office/moving_company": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "moving_company"
},
"terms": [
"relocation"
],
"name": "Moving Company Office"
},
"office/newspaper": {
"icon": "commercial",
"fields": [
@@ -11847,6 +12025,25 @@
"terms": [],
"name": "NGO Office"
},
"office/notary": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "notary"
},
"terms": [],
"name": "Notary Office"
},
"office/political_party": {
"icon": "commercial",
"fields": [
@@ -11866,6 +12063,52 @@
"terms": [],
"name": "Political Party"
},
"office/private_investigator": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "private_investigator"
},
"terms": [
"PI",
"private eye",
"private detective"
],
"name": "Private Investigator Office"
},
"office/quango": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "quango"
},
"terms": [
"Quasi-Autonomous Non-Government Organisation",
"Quasi-Autonomous Non-Government Organization",
"Quasi-Autonomous NGO"
],
"name": "Quango Office"
},
"office/research": {
"icon": "commercial",
"fields": [
@@ -11902,7 +12145,29 @@
"office": "surveyor"
},
"terms": [],
"name": "Surveyor"
"name": "Surveyor Office"
},
"office/tax_advisor": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "tax_advisor"
},
"terms": [
"tax",
"tax consultant"
],
"name": "Tax Advisor Office"
},
"office/telecommunication": {
"icon": "commercial",
@@ -11942,6 +12207,29 @@
"terms": [],
"name": "Therapist"
},
"office/water_utility": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours",
"operator"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "water_utility"
},
"terms": [
"water board",
"utility"
],
"name": "Water Utility Office"
},
"piste": {
"icon": "skiing",
"fields": [
@@ -0,0 +1,19 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "adoption_agency"
},
"terms": [],
"name": "Adoption Agency"
}
+3 -1
View File
@@ -15,9 +15,11 @@
"office": "association"
},
"terms": [
"association",
"non-profit",
"nonprofit",
"organization",
"society"
],
"name": "Association"
"name": "Nonprofit Organization Office"
}
+21
View File
@@ -0,0 +1,21 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "charity"
},
"terms": [
"charitable organization"
],
"name": "Charity Office"
}
@@ -0,0 +1,24 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "energy_supplier"
},
"terms": [
"electricity",
"energy company",
"energy utility",
"gas utility"
],
"name": "Energy Supplier Office"
}
+21
View File
@@ -0,0 +1,21 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "forestry"
},
"terms": [
"forest"
],
"name": "Forestry Office"
}
@@ -0,0 +1,19 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "foundation"
},
"terms": [],
"name": "Foundation Office"
}
@@ -0,0 +1,28 @@
{
"icon": "town-hall",
"fields": [
"name",
"address",
"building_area",
"opening_hours",
"operator"
],
"geometry": [
"point",
"area"
],
"terms": [
"fiscal authorities",
"revenue office",
"tax office"
],
"tags": {
"office": "government",
"government": "tax"
},
"reference": {
"key": "government",
"value": "tax"
},
"name": "Tax and Revenue Office"
}
+23
View File
@@ -0,0 +1,23 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "guide"
},
"terms": [
"dive guide",
"mountain guide",
"tour guide"
],
"name": "Guide Office"
}
@@ -0,0 +1,21 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "moving_company"
},
"terms": [
"relocation"
],
"name": "Moving Company Office"
}
+19
View File
@@ -0,0 +1,19 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "notary"
},
"terms": [],
"name": "Notary Office"
}
@@ -0,0 +1,23 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "private_investigator"
},
"terms": [
"PI",
"private eye",
"private detective"
],
"name": "Private Investigator Office"
}
+23
View File
@@ -0,0 +1,23 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "quango"
},
"terms": [
"Quasi-Autonomous Non-Government Organisation",
"Quasi-Autonomous Non-Government Organization",
"Quasi-Autonomous NGO"
],
"name": "Quango Office"
}
+1 -1
View File
@@ -15,5 +15,5 @@
"office": "surveyor"
},
"terms": [],
"name": "Surveyor"
"name": "Surveyor Office"
}
@@ -0,0 +1,22 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "tax_advisor"
},
"terms": [
"tax",
"tax consultant"
],
"name": "Tax Advisor Office"
}
@@ -0,0 +1,23 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours",
"operator"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "water_utility"
},
"terms": [
"water board",
"utility"
],
"name": "Water Utility Office"
}
+52
View File
@@ -2169,6 +2169,10 @@
"key": "office",
"value": "administrative"
},
{
"key": "office",
"value": "adoption_agency"
},
{
"key": "office",
"value": "advertising_agency"
@@ -2181,6 +2185,10 @@
"key": "office",
"value": "association"
},
{
"key": "office",
"value": "charity"
},
{
"key": "office",
"value": "company"
@@ -2197,6 +2205,10 @@
"key": "office",
"value": "employment_agency"
},
{
"key": "office",
"value": "energy_supplier"
},
{
"key": "office",
"value": "estate_agent"
@@ -2205,6 +2217,14 @@
"key": "office",
"value": "financial"
},
{
"key": "office",
"value": "forestry"
},
{
"key": "office",
"value": "foundation"
},
{
"key": "office",
"value": "government"
@@ -2213,6 +2233,14 @@
"key": "government",
"value": "register_office"
},
{
"key": "government",
"value": "tax"
},
{
"key": "office",
"value": "guide"
},
{
"key": "office",
"value": "insurance"
@@ -2229,6 +2257,10 @@
"key": "lawyer",
"value": "notary"
},
{
"key": "office",
"value": "moving_company"
},
{
"key": "office",
"value": "newspaper"
@@ -2237,10 +2269,22 @@
"key": "office",
"value": "ngo"
},
{
"key": "office",
"value": "notary"
},
{
"key": "office",
"value": "political_party"
},
{
"key": "office",
"value": "private_investigator"
},
{
"key": "office",
"value": "quango"
},
{
"key": "office",
"value": "research"
@@ -2249,6 +2293,10 @@
"key": "office",
"value": "surveyor"
},
{
"key": "office",
"value": "tax_advisor"
},
{
"key": "office",
"value": "telecommunication"
@@ -2257,6 +2305,10 @@
"key": "office",
"value": "therapist"
},
{
"key": "office",
"value": "water_utility"
},
{
"key": "piste:type"
},
+55 -3
View File
@@ -4602,6 +4602,10 @@
"name": "Administrative Office",
"terms": ""
},
"office/adoption_agency": {
"name": "Adoption Agency",
"terms": ""
},
"office/advertising_agency": {
"name": "Advertising Agency",
"terms": "ad,ad agency,advert agency,advertising,marketing"
@@ -4611,8 +4615,12 @@
"terms": ""
},
"office/association": {
"name": "Association",
"terms": "non-profit,organization,society"
"name": "Nonprofit Organization Office",
"terms": "association,non-profit,nonprofit,organization,society"
},
"office/charity": {
"name": "Charity Office",
"terms": "charitable organization"
},
"office/company": {
"name": "Company Office",
@@ -4630,6 +4638,10 @@
"name": "Employment Agency",
"terms": "job"
},
"office/energy_supplier": {
"name": "Energy Supplier Office",
"terms": "electricity,energy company,energy utility,gas utility"
},
"office/estate_agent": {
"name": "Real Estate Office",
"terms": ""
@@ -4638,6 +4650,14 @@
"name": "Financial Office",
"terms": ""
},
"office/forestry": {
"name": "Forestry Office",
"terms": "forest"
},
"office/foundation": {
"name": "Foundation Office",
"terms": ""
},
"office/government": {
"name": "Government Office",
"terms": ""
@@ -4646,6 +4666,14 @@
"name": "Register Office",
"terms": "clerk,marriage,death,birth,certificate"
},
"office/government/tax": {
"name": "Tax and Revenue Office",
"terms": "fiscal authorities,revenue office,tax office"
},
"office/guide": {
"name": "Guide Office",
"terms": "dive guide,mountain guide,tour guide"
},
"office/insurance": {
"name": "Insurance Office",
"terms": ""
@@ -4662,6 +4690,10 @@
"name": "Notary Office",
"terms": "clerk,signature,wills,deeds,estate"
},
"office/moving_company": {
"name": "Moving Company Office",
"terms": "relocation"
},
"office/newspaper": {
"name": "Newspaper",
"terms": ""
@@ -4670,18 +4702,34 @@
"name": "NGO Office",
"terms": ""
},
"office/notary": {
"name": "Notary Office",
"terms": ""
},
"office/political_party": {
"name": "Political Party",
"terms": ""
},
"office/private_investigator": {
"name": "Private Investigator Office",
"terms": "PI,private eye,private detective"
},
"office/quango": {
"name": "Quango Office",
"terms": "Quasi-Autonomous Non-Government Organisation,Quasi-Autonomous Non-Government Organization,Quasi-Autonomous NGO"
},
"office/research": {
"name": "Research Office",
"terms": ""
},
"office/surveyor": {
"name": "Surveyor",
"name": "Surveyor Office",
"terms": ""
},
"office/tax_advisor": {
"name": "Tax Advisor Office",
"terms": "tax,tax consultant"
},
"office/telecommunication": {
"name": "Telecom Office",
"terms": ""
@@ -4690,6 +4738,10 @@
"name": "Therapist",
"terms": ""
},
"office/water_utility": {
"name": "Water Utility Office",
"terms": "water board,utility"
},
"piste": {
"name": "Piste/Ski Trail",
"terms": "ski,sled,sleigh,snowboard,nordic,downhill,snowmobile"