mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Add office/surveyor
Fix name of advertising_agency Alphebatize terms in association
This commit is contained in:
committed by
Natalia Margolis
parent
926e949c18
commit
4b9c428b91
+7
-3
@@ -4008,9 +4008,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Administrative Office'', separated by commas>'
|
||||
office/advertising_agency:
|
||||
# office=advertising_agency
|
||||
name: Association
|
||||
name: Advertising Agency
|
||||
# 'terms: ad,ad agency,advert agency,advertising,marketing'
|
||||
terms: '<translate with synonyms or related terms for ''Association'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Advertising Agency'', separated by commas>'
|
||||
office/architect:
|
||||
# office=architect
|
||||
name: Architect
|
||||
@@ -4018,7 +4018,7 @@ en:
|
||||
office/association:
|
||||
# office=association
|
||||
name: Association
|
||||
# 'terms: organization,non-profit,society'
|
||||
# 'terms: non-profit,organization,society'
|
||||
terms: '<translate with synonyms or related terms for ''Association'', separated by commas>'
|
||||
office/company:
|
||||
# office=company
|
||||
@@ -4091,6 +4091,10 @@ en:
|
||||
# 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>'
|
||||
office/telecommunication:
|
||||
# office=telecommunication
|
||||
name: Telecom Office
|
||||
|
||||
@@ -11502,7 +11502,7 @@
|
||||
"advertising",
|
||||
"marketing"
|
||||
],
|
||||
"name": "Association"
|
||||
"name": "Advertising Agency"
|
||||
},
|
||||
"office/architect": {
|
||||
"icon": "commercial",
|
||||
@@ -11540,8 +11540,8 @@
|
||||
"office": "association"
|
||||
},
|
||||
"terms": [
|
||||
"organization",
|
||||
"non-profit",
|
||||
"organization",
|
||||
"society"
|
||||
],
|
||||
"name": "Association"
|
||||
@@ -11885,6 +11885,25 @@
|
||||
"terms": [],
|
||||
"name": "Research Office"
|
||||
},
|
||||
"office/surveyor": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "surveyor"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Surveyor"
|
||||
},
|
||||
"office/telecommunication": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
|
||||
@@ -21,5 +21,5 @@
|
||||
"advertising",
|
||||
"marketing"
|
||||
],
|
||||
"name": "Association"
|
||||
"name": "Advertising Agency"
|
||||
}
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
"office": "association"
|
||||
},
|
||||
"terms": [
|
||||
"organization",
|
||||
"non-profit",
|
||||
"organization",
|
||||
"society"
|
||||
],
|
||||
"name": "Association"
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "surveyor"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Surveyor"
|
||||
}
|
||||
@@ -2245,6 +2245,10 @@
|
||||
"key": "office",
|
||||
"value": "research"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "surveyor"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "telecommunication"
|
||||
|
||||
Vendored
+6
-2
@@ -4603,7 +4603,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"office/advertising_agency": {
|
||||
"name": "Association",
|
||||
"name": "Advertising Agency",
|
||||
"terms": "ad,ad agency,advert agency,advertising,marketing"
|
||||
},
|
||||
"office/architect": {
|
||||
@@ -4612,7 +4612,7 @@
|
||||
},
|
||||
"office/association": {
|
||||
"name": "Association",
|
||||
"terms": "organization,non-profit,society"
|
||||
"terms": "non-profit,organization,society"
|
||||
},
|
||||
"office/company": {
|
||||
"name": "Company Office",
|
||||
@@ -4678,6 +4678,10 @@
|
||||
"name": "Research Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/surveyor": {
|
||||
"name": "Surveyor",
|
||||
"terms": ""
|
||||
},
|
||||
"office/telecommunication": {
|
||||
"name": "Telecom Office",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user