Add office/association preset

This commit is contained in:
Natalia Margolis
2017-10-30 18:41:05 -07:00
committed by Natalia Margolis
parent bbaff9748a
commit 412fa22c63
5 changed files with 59 additions and 0 deletions

View File

@@ -4010,6 +4010,11 @@ en:
# office=architect
name: Architect
terms: '<translate with synonyms or related terms for ''Architect'', separated by commas>'
office/association:
# office=association
name: Association
# 'terms: organization,non-profit,society'
terms: '<translate with synonyms or related terms for ''Association'', separated by commas>'
office/company:
# office=company
name: Company Office

View File

@@ -11498,6 +11498,29 @@
"terms": [],
"name": "Architect"
},
"office/association": {
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "association"
},
"terms": [
"organization",
"non-profit",
"society"
],
"name": "Association"
},
"office/company": {
"icon": "commercial",
"fields": [

View File

@@ -0,0 +1,23 @@
{
"icon": "commercial",
"fields": [
"name",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "association"
},
"terms": [
"organization",
"non-profit",
"society"
],
"name": "Association"
}

View File

@@ -2173,6 +2173,10 @@
"key": "office",
"value": "architect"
},
{
"key": "office",
"value": "association"
},
{
"key": "office",
"value": "company"

View File

@@ -4606,6 +4606,10 @@
"name": "Architect",
"terms": ""
},
"office/association": {
"name": "Association",
"terms": "organization,non-profit,society"
},
"office/company": {
"name": "Company Office",
"terms": ""