Add notary preset

This commit is contained in:
Ilya Zverev
2017-02-02 21:12:49 +03:00
parent 3b46f1c83f
commit cf2a4720c3
5 changed files with 63 additions and 0 deletions

View File

@@ -3343,6 +3343,11 @@ en:
# office=lawyer
name: Law Office
terms: '<translate with synonyms or related terms for ''Law Office'', separated by commas>'
office/lawyer/notary:
# 'office=lawyer, lawyer=notary'
name: Notary Office
# 'terms: clerk,signature,wills,deeds,estate'
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
office/newspaper:
# office=newspaper
name: Newspaper

View File

@@ -8466,6 +8466,31 @@
"terms": [],
"name": "Law Office"
},
"office/lawyer/notary": {
"icon": "suitcase",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "lawyer",
"lawyer": "notary"
},
"terms": [
"clerk",
"signature",
"wills",
"deeds",
"estate"
],
"name": "Notary Office"
},
"office/newspaper": {
"icon": "commercial",
"fields": [

View File

@@ -0,0 +1,25 @@
{
"icon": "suitcase",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "lawyer",
"lawyer": "notary"
},
"terms": [
"clerk",
"signature",
"wills",
"deeds",
"estate"
],
"name": "Notary Office"
}

View File

@@ -1856,6 +1856,10 @@
"key": "office",
"value": "lawyer"
},
{
"key": "lawyer",
"value": "notary"
},
{
"key": "office",
"value": "newspaper"

View File

@@ -3696,6 +3696,10 @@
"name": "Law Office",
"terms": ""
},
"office/lawyer/notary": {
"name": "Notary Office",
"terms": "clerk,signature,wills,deeds,estate"
},
"office/newspaper": {
"name": "Newspaper",
"terms": ""