Merge pull request #3813 from Zverik/notary

Add notary preset
This commit is contained in:
Bryan Housel
2017-02-02 16:26:39 -05:00
committed by GitHub
5 changed files with 63 additions and 0 deletions
+5
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
+25
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": [
@@ -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"
}
+4
View File
@@ -1856,6 +1856,10 @@
"key": "office",
"value": "lawyer"
},
{
"key": "lawyer",
"value": "notary"
},
{
"key": "office",
"value": "newspaper"
+4
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": ""