mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
npm run build for new preset
This commit is contained in:
@@ -4985,6 +4985,10 @@ en:
|
||||
name: Quasi-NGO Office
|
||||
# 'terms: ngo,non government,non-government,organization,organisation,quasi autonomous,quasi-autonomous'
|
||||
terms: '<translate with synonyms or related terms for ''Quasi-NGO Office'', separated by commas>'
|
||||
office/religion:
|
||||
# office=religion
|
||||
name: Religious Office
|
||||
terms: '<translate with synonyms or related terms for ''Religious Office'', separated by commas>'
|
||||
office/research:
|
||||
# office=research
|
||||
name: Research Office
|
||||
|
||||
@@ -657,6 +657,7 @@
|
||||
"office/political_party": {"icon": "maki-town-hall", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "political_party"}, "terms": [], "name": "Political Party"},
|
||||
"office/private_investigator": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "private_investigator"}, "terms": ["PI", "private eye", "private detective"], "name": "Private Investigator Office"},
|
||||
"office/quango": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "quango"}, "terms": ["ngo", "non government", "non-government", "organization", "organisation", "quasi autonomous", "quasi-autonomous"], "name": "Quasi-NGO Office"},
|
||||
"office/religion": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours", "religion", "denomination"], "geometry": ["point", "area"], "tags": {"office": "religion"}, "terms": [], "name": "Religious Office"},
|
||||
"office/research": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "research"}, "terms": [], "name": "Research Office"},
|
||||
"office/surveyor": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "surveyor"}, "terms": [], "name": "Surveyor Office"},
|
||||
"office/tax_advisor": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "tax_advisor"}, "terms": ["tax", "tax consultant"], "name": "Tax Advisor Office"},
|
||||
|
||||
@@ -4397,6 +4397,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "religion",
|
||||
"description": "Religious Office",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "research",
|
||||
|
||||
Vendored
+4
@@ -5804,6 +5804,10 @@
|
||||
"name": "Quasi-NGO Office",
|
||||
"terms": "ngo,non government,non-government,organization,organisation,quasi autonomous,quasi-autonomous"
|
||||
},
|
||||
"office/religion": {
|
||||
"name": "Religious Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/research": {
|
||||
"name": "Research Office",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user