mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-01 01:30:20 +02:00
Add office/association preset
This commit is contained in:
committed by
Natalia Margolis
parent
bbaff9748a
commit
412fa22c63
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
23
data/presets/presets/office/association.json
Normal file
23
data/presets/presets/office/association.json
Normal 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"
|
||||
}
|
||||
@@ -2173,6 +2173,10 @@
|
||||
"key": "office",
|
||||
"value": "architect"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "association"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "company"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -4606,6 +4606,10 @@
|
||||
"name": "Architect",
|
||||
"terms": ""
|
||||
},
|
||||
"office/association": {
|
||||
"name": "Association",
|
||||
"terms": "organization,non-profit,society"
|
||||
},
|
||||
"office/company": {
|
||||
"name": "Company Office",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user