more precise notary presets for common law countries

* make lawyer=notary searchable
* make office=notary only searchable in common law countries
* more precise names: "civil law notary" + "notary public" in common law countries
                      "notary office" + "notary public (common law)" elsewhere
This commit is contained in:
Martin Raifer 2022-01-17 12:43:03 +01:00
parent 848b283eb1
commit 30715098d0
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
6 changed files with 105 additions and 21 deletions

View file

@ -0,0 +1,12 @@
{
"icon": "fas-stamp",
"geometry": [
"point",
"area"
],
"tags": {
"office": "notary"
},
"searchable": false,
"name": "Notary Public (Common Law)"
}

View file

@ -1,17 +0,0 @@
{
"icon": "maki-suitcase",
"geometry": [
"point",
"area"
],
"tags": {
"office": "lawyer",
"lawyer": "notary"
},
"reference": {
"key": "office",
"value": "notary"
},
"searchable": false,
"name": "Notary Office"
}

View file

@ -0,0 +1,34 @@
{
"icon": "fas-stamp",
"geometry": [
"point",
"area"
],
"tags": {
"office": "lawyer",
"lawyer": "notary"
},
"reference": {
"key": "office",
"value": "notary"
},
"locationSet": {
"include": [
"US",
"UK",
"CA",
"AU",
"IE",
"NZ"
]
},
"terms": [
"clerk",
"deeds",
"estate",
"notary office",
"signature",
"wills"
],
"name": "Civil Law Notary"
}

View file

@ -0,0 +1,34 @@
{
"icon": "fas-stamp",
"geometry": [
"point",
"area"
],
"tags": {
"office": "lawyer",
"lawyer": "notary"
},
"reference": {
"key": "office",
"value": "notary"
},
"locationSet": {
"exclude": [
"US",
"UK",
"CA",
"AU",
"IE",
"NZ"
]
},
"terms": [
"clerk",
"deeds",
"estate",
"notary office",
"signature",
"wills"
],
"name": "Notary Office"
}

View file

@ -7,12 +7,23 @@
"tags": {
"office": "notary"
},
"locationSet": {
"include": [
"US",
"UK",
"CA",
"AU",
"IE",
"NZ"
]
},
"terms": [
"clerk",
"deeds",
"estate",
"notary office",
"signature",
"wills"
],
"name": "Notary Office"
"name": "Notary Public"
}