mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Add notary preset
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
25
data/presets/presets/office/lawyer/notary.json
Normal file
25
data/presets/presets/office/lawyer/notary.json
Normal 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"
|
||||
}
|
||||
@@ -1856,6 +1856,10 @@
|
||||
"key": "office",
|
||||
"value": "lawyer"
|
||||
},
|
||||
{
|
||||
"key": "lawyer",
|
||||
"value": "notary"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "newspaper"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user