From 2c06ba687f0ec337327c1b3436f508fe37f69eb6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 29 Oct 2013 16:50:16 -0700 Subject: [PATCH] Add office presets (fixes #1875) --- data/presets.yaml | 60 ++++ data/presets/presets.json | 340 ++++++++++++++++++ data/presets/presets/office/accountant.json | 17 + .../presets/office/administrative.json | 17 + data/presets/presets/office/architect.json | 17 + data/presets/presets/office/company.json | 17 + .../office/educational_institution.json | 17 + .../presets/office/employment_agency.json | 17 + data/presets/presets/office/estate_agent.json | 17 + data/presets/presets/office/financial.json | 17 + data/presets/presets/office/government.json | 17 + data/presets/presets/office/insurance.json | 17 + data/presets/presets/office/it.json | 17 + data/presets/presets/office/lawyer.json | 17 + data/presets/presets/office/newspaper.json | 17 + data/presets/presets/office/ngo.json | 17 + data/presets/presets/office/physician.json | 17 + .../presets/office/political_party.json | 17 + data/presets/presets/office/research.json | 17 + .../presets/office/telecommunication.json | 17 + data/presets/presets/office/therapist.json | 17 + data/presets/presets/office/travel_agent.json | 17 + dist/locales/en.json | 80 +++++ 23 files changed, 820 insertions(+) create mode 100644 data/presets/presets/office/accountant.json create mode 100644 data/presets/presets/office/administrative.json create mode 100644 data/presets/presets/office/architect.json create mode 100644 data/presets/presets/office/company.json create mode 100644 data/presets/presets/office/educational_institution.json create mode 100644 data/presets/presets/office/employment_agency.json create mode 100644 data/presets/presets/office/estate_agent.json create mode 100644 data/presets/presets/office/financial.json create mode 100644 data/presets/presets/office/government.json create mode 100644 data/presets/presets/office/insurance.json create mode 100644 data/presets/presets/office/it.json create mode 100644 data/presets/presets/office/lawyer.json create mode 100644 data/presets/presets/office/newspaper.json create mode 100644 data/presets/presets/office/ngo.json create mode 100644 data/presets/presets/office/physician.json create mode 100644 data/presets/presets/office/political_party.json create mode 100644 data/presets/presets/office/research.json create mode 100644 data/presets/presets/office/telecommunication.json create mode 100644 data/presets/presets/office/therapist.json create mode 100644 data/presets/presets/office/travel_agent.json diff --git a/data/presets.yaml b/data/presets.yaml index 810eee898..549b304f4 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -898,6 +898,66 @@ en: office: name: Office terms: "" + office/accountant: + name: Accountant + terms: "" + office/administrative: + name: Administrative Office + terms: "" + office/architect: + name: Architect + terms: "" + office/company: + name: Company Office + terms: "" + office/educational_institution: + name: Educational Institution + terms: "" + office/employment_agency: + name: Employment Agency + terms: "" + office/estate_agent: + name: Real Estate Office + terms: "" + office/financial: + name: Financial Office + terms: "" + office/government: + name: Government Office + terms: "" + office/insurance: + name: Insurance Office + terms: "" + office/it: + name: IT Office + terms: "" + office/lawyer: + name: Law Office + terms: "" + office/newspaper: + name: Newspaper + terms: "" + office/ngo: + name: NGO Office + terms: "" + office/physician: + name: Physician + terms: "" + office/political_party: + name: Political Party + terms: "" + office/research: + name: Research Office + terms: "" + office/telecommunication: + name: Telecom Office + terms: "" + office/therapist: + name: Therapist + terms: "" + office/travel_agent: + name: Travel Agency + terms: "" place: name: Place terms: "" diff --git a/data/presets/presets.json b/data/presets/presets.json index 72341084b..e6ebb6eb3 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -3370,6 +3370,346 @@ "terms": [], "name": "Office" }, + "office/accountant": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "accountant" + }, + "terms": [], + "name": "Accountant" + }, + "office/administrative": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "administrative" + }, + "terms": [], + "name": "Administrative Office" + }, + "office/architect": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "architect" + }, + "terms": [], + "name": "Architect" + }, + "office/company": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "company" + }, + "terms": [], + "name": "Company Office" + }, + "office/educational_institution": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "educational_institution" + }, + "terms": [], + "name": "Educational Institution" + }, + "office/employment_agency": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "employment_agency" + }, + "terms": [], + "name": "Employment Agency" + }, + "office/estate_agent": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "estate_agent" + }, + "terms": [], + "name": "Real Estate Office" + }, + "office/financial": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "financial" + }, + "terms": [], + "name": "Financial Office" + }, + "office/government": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "government" + }, + "terms": [], + "name": "Government Office" + }, + "office/insurance": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "insurance" + }, + "terms": [], + "name": "Insurance Office" + }, + "office/it": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "it" + }, + "terms": [], + "name": "IT Office" + }, + "office/lawyer": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "lawyer" + }, + "terms": [], + "name": "Law Office" + }, + "office/newspaper": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "newspaper" + }, + "terms": [], + "name": "Newspaper" + }, + "office/ngo": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "ngo" + }, + "terms": [], + "name": "NGO Office" + }, + "office/physician": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "physician" + }, + "terms": [], + "name": "Physician" + }, + "office/political_party": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "political_party" + }, + "terms": [], + "name": "Political Party" + }, + "office/research": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "research" + }, + "terms": [], + "name": "Research Office" + }, + "office/telecommunication": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "telecommunication" + }, + "terms": [], + "name": "Telecom Office" + }, + "office/therapist": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "therapist" + }, + "terms": [], + "name": "Therapist" + }, + "office/travel_agent": { + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "travel_agent" + }, + "terms": [], + "name": "Travel Agency" + }, "place": { "fields": [ "place" diff --git a/data/presets/presets/office/accountant.json b/data/presets/presets/office/accountant.json new file mode 100644 index 000000000..ad81eeef3 --- /dev/null +++ b/data/presets/presets/office/accountant.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "accountant" + }, + "terms": [], + "name": "Accountant" +} \ No newline at end of file diff --git a/data/presets/presets/office/administrative.json b/data/presets/presets/office/administrative.json new file mode 100644 index 000000000..97fb63449 --- /dev/null +++ b/data/presets/presets/office/administrative.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "administrative" + }, + "terms": [], + "name": "Administrative Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/architect.json b/data/presets/presets/office/architect.json new file mode 100644 index 000000000..3022e26af --- /dev/null +++ b/data/presets/presets/office/architect.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "architect" + }, + "terms": [], + "name": "Architect" +} \ No newline at end of file diff --git a/data/presets/presets/office/company.json b/data/presets/presets/office/company.json new file mode 100644 index 000000000..32f3c06b7 --- /dev/null +++ b/data/presets/presets/office/company.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "company" + }, + "terms": [], + "name": "Company Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/educational_institution.json b/data/presets/presets/office/educational_institution.json new file mode 100644 index 000000000..3bf9a8f8e --- /dev/null +++ b/data/presets/presets/office/educational_institution.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "educational_institution" + }, + "terms": [], + "name": "Educational Institution" +} \ No newline at end of file diff --git a/data/presets/presets/office/employment_agency.json b/data/presets/presets/office/employment_agency.json new file mode 100644 index 000000000..f09d91652 --- /dev/null +++ b/data/presets/presets/office/employment_agency.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "employment_agency" + }, + "terms": [], + "name": "Employment Agency" +} \ No newline at end of file diff --git a/data/presets/presets/office/estate_agent.json b/data/presets/presets/office/estate_agent.json new file mode 100644 index 000000000..a664217ce --- /dev/null +++ b/data/presets/presets/office/estate_agent.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "estate_agent" + }, + "terms": [], + "name": "Real Estate Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/financial.json b/data/presets/presets/office/financial.json new file mode 100644 index 000000000..ca34644d1 --- /dev/null +++ b/data/presets/presets/office/financial.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "financial" + }, + "terms": [], + "name": "Financial Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/government.json b/data/presets/presets/office/government.json new file mode 100644 index 000000000..2ef26e67c --- /dev/null +++ b/data/presets/presets/office/government.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "government" + }, + "terms": [], + "name": "Government Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/insurance.json b/data/presets/presets/office/insurance.json new file mode 100644 index 000000000..248871a5c --- /dev/null +++ b/data/presets/presets/office/insurance.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "insurance" + }, + "terms": [], + "name": "Insurance Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/it.json b/data/presets/presets/office/it.json new file mode 100644 index 000000000..466a53204 --- /dev/null +++ b/data/presets/presets/office/it.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "it" + }, + "terms": [], + "name": "IT Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/lawyer.json b/data/presets/presets/office/lawyer.json new file mode 100644 index 000000000..a042121f5 --- /dev/null +++ b/data/presets/presets/office/lawyer.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "lawyer" + }, + "terms": [], + "name": "Law Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/newspaper.json b/data/presets/presets/office/newspaper.json new file mode 100644 index 000000000..d27138313 --- /dev/null +++ b/data/presets/presets/office/newspaper.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "newspaper" + }, + "terms": [], + "name": "Newspaper" +} \ No newline at end of file diff --git a/data/presets/presets/office/ngo.json b/data/presets/presets/office/ngo.json new file mode 100644 index 000000000..d31d7a0c4 --- /dev/null +++ b/data/presets/presets/office/ngo.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "ngo" + }, + "terms": [], + "name": "NGO Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/physician.json b/data/presets/presets/office/physician.json new file mode 100644 index 000000000..370d132bc --- /dev/null +++ b/data/presets/presets/office/physician.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "physician" + }, + "terms": [], + "name": "Physician" +} \ No newline at end of file diff --git a/data/presets/presets/office/political_party.json b/data/presets/presets/office/political_party.json new file mode 100644 index 000000000..e003773fc --- /dev/null +++ b/data/presets/presets/office/political_party.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "political_party" + }, + "terms": [], + "name": "Political Party" +} \ No newline at end of file diff --git a/data/presets/presets/office/research.json b/data/presets/presets/office/research.json new file mode 100644 index 000000000..84af3a98b --- /dev/null +++ b/data/presets/presets/office/research.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "research" + }, + "terms": [], + "name": "Research Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/telecommunication.json b/data/presets/presets/office/telecommunication.json new file mode 100644 index 000000000..429f8b33a --- /dev/null +++ b/data/presets/presets/office/telecommunication.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "telecommunication" + }, + "terms": [], + "name": "Telecom Office" +} \ No newline at end of file diff --git a/data/presets/presets/office/therapist.json b/data/presets/presets/office/therapist.json new file mode 100644 index 000000000..defc7ac33 --- /dev/null +++ b/data/presets/presets/office/therapist.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "therapist" + }, + "terms": [], + "name": "Therapist" +} \ No newline at end of file diff --git a/data/presets/presets/office/travel_agent.json b/data/presets/presets/office/travel_agent.json new file mode 100644 index 000000000..0e8b77710 --- /dev/null +++ b/data/presets/presets/office/travel_agent.json @@ -0,0 +1,17 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "office": "travel_agent" + }, + "terms": [], + "name": "Travel Agency" +} \ No newline at end of file diff --git a/dist/locales/en.json b/dist/locales/en.json index 750c852bd..eb8b8ce84 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1615,6 +1615,86 @@ "name": "Office", "terms": "" }, + "office/accountant": { + "name": "Accountant", + "terms": "" + }, + "office/administrative": { + "name": "Administrative Office", + "terms": "" + }, + "office/architect": { + "name": "Architect", + "terms": "" + }, + "office/company": { + "name": "Company Office", + "terms": "" + }, + "office/educational_institution": { + "name": "Educational Institution", + "terms": "" + }, + "office/employment_agency": { + "name": "Employment Agency", + "terms": "" + }, + "office/estate_agent": { + "name": "Real Estate Office", + "terms": "" + }, + "office/financial": { + "name": "Financial Office", + "terms": "" + }, + "office/government": { + "name": "Government Office", + "terms": "" + }, + "office/insurance": { + "name": "Insurance Office", + "terms": "" + }, + "office/it": { + "name": "IT Office", + "terms": "" + }, + "office/lawyer": { + "name": "Law Office", + "terms": "" + }, + "office/newspaper": { + "name": "Newspaper", + "terms": "" + }, + "office/ngo": { + "name": "NGO Office", + "terms": "" + }, + "office/physician": { + "name": "Physician", + "terms": "" + }, + "office/political_party": { + "name": "Political Party", + "terms": "" + }, + "office/research": { + "name": "Research Office", + "terms": "" + }, + "office/telecommunication": { + "name": "Telecom Office", + "terms": "" + }, + "office/therapist": { + "name": "Therapist", + "terms": "" + }, + "office/travel_agent": { + "name": "Travel Agency", + "terms": "" + }, "place": { "name": "Place", "terms": ""