mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Add search terms to more presets
This commit is contained in:
parent
679616c451
commit
f07914f5a1
63 changed files with 304 additions and 64 deletions
|
|
@ -7,6 +7,10 @@
|
|||
"tags": {
|
||||
"office": "accountant"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"accountancy",
|
||||
"accounting firm",
|
||||
"bookkeeper"
|
||||
],
|
||||
"name": "Accountant Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
"tags": {
|
||||
"office": "adoption_agency"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"children"
|
||||
],
|
||||
"name": "Adoption Agency"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
"tags": {
|
||||
"office": "architect"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"architecture",
|
||||
"landscape design"
|
||||
],
|
||||
"name": "Architect Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
"tags": {
|
||||
"office": "company"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"corporation",
|
||||
"office park"
|
||||
],
|
||||
"name": "Corporate Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,15 @@
|
|||
"tags": {
|
||||
"office": "diplomatic"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"consulate",
|
||||
"diplomatic mission",
|
||||
"embassy",
|
||||
"foreign mission",
|
||||
"high commission",
|
||||
"legation",
|
||||
"liaison",
|
||||
"permanent mission"
|
||||
],
|
||||
"name": "Diplomatic Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
"key": "diplomatic",
|
||||
"value": "consulate"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"consular post",
|
||||
"passports",
|
||||
"visas"
|
||||
],
|
||||
"name": "Consulate"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,12 @@
|
|||
"key": "diplomatic",
|
||||
"value": "embassy"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"consulate",
|
||||
"diplomatic mission",
|
||||
"foreign mission",
|
||||
"high commission",
|
||||
"permanent mission"
|
||||
],
|
||||
"name": "Embassy"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
"key": "diplomatic",
|
||||
"value": "liaison"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"diplomatic mission"
|
||||
],
|
||||
"name": "Liaison Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
"tags": {
|
||||
"office": "educational_institution"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"school"
|
||||
],
|
||||
"name": "Educational Institution"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
"tags": {
|
||||
"office": "financial"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"bank"
|
||||
],
|
||||
"name": "Financial Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
"tags": {
|
||||
"office": "foundation"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"nonprofit"
|
||||
],
|
||||
"name": "Foundation Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
"tags": {
|
||||
"office": "government"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"official",
|
||||
"public office"
|
||||
],
|
||||
"name": "Government Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@
|
|||
"tags": {
|
||||
"office": "insurance"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"actuary",
|
||||
"insurer",
|
||||
"risk management"
|
||||
],
|
||||
"name": "Insurance Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
"tags": {
|
||||
"office": "newspaper"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"newsroom"
|
||||
],
|
||||
"name": "Newspaper Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@
|
|||
"tags": {
|
||||
"office": "political_party"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"activist",
|
||||
"candidate",
|
||||
"election"
|
||||
],
|
||||
"name": "Political Party Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
"tags": {
|
||||
"office": "religion"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"rector",
|
||||
"vicar"
|
||||
],
|
||||
"name": "Religious Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
"tags": {
|
||||
"office": "surveyor"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"surveying"
|
||||
],
|
||||
"name": "Surveyor Office"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue