mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
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:
parent
848b283eb1
commit
30715098d0
6 changed files with 105 additions and 21 deletions
12
data/presets/office/_notary.json
Normal file
12
data/presets/office/_notary.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "fas-stamp",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "notary"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Notary Public (Common Law)"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
34
data/presets/office/lawyer/notary-common-law.json
Normal file
34
data/presets/office/lawyer/notary-common-law.json
Normal 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"
|
||||
}
|
||||
34
data/presets/office/lawyer/notary.json
Normal file
34
data/presets/office/lawyer/notary.json
Normal 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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -7756,6 +7756,13 @@ en:
|
|||
office/lawyer/notary:
|
||||
# 'office=lawyer + lawyer=notary\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Notary Office
|
||||
# 'terms: clerk,deeds,estate,notary office,signature,wills'
|
||||
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
|
||||
office/lawyer/notary-common-law:
|
||||
# 'office=lawyer + lawyer=notary\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Civil Law Notary
|
||||
# 'terms: clerk,deeds,estate,notary office,signature,wills'
|
||||
terms: '<translate with synonyms or related terms for ''Civil Law Notary'', separated by commas>'
|
||||
office/moving_company:
|
||||
# 'office=moving_company\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Moving Company Office
|
||||
|
|
@ -7773,9 +7780,12 @@ en:
|
|||
terms: '<translate with synonyms or related terms for ''NGO Office'', separated by commas>'
|
||||
office/notary:
|
||||
# 'office=notary\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Notary Office
|
||||
# 'terms: clerk,deeds,estate,signature,wills'
|
||||
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
|
||||
name: Notary Public (Common Law)
|
||||
office/notary-common-law:
|
||||
# 'office=notary\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Notary Public
|
||||
# 'terms: clerk,deeds,estate,notary office,signature,wills'
|
||||
terms: '<translate with synonyms or related terms for ''Notary Public'', separated by commas>'
|
||||
office/physician:
|
||||
# 'office=physician\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Physician
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue