mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
12
data/presets/office/_administrative.json
Normal file
12
data/presets/office/_administrative.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "administrative"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Administrative Office"
|
||||
}
|
||||
12
data/presets/office/_physician.json
Normal file
12
data/presets/office/_physician.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "physician"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Physician"
|
||||
}
|
||||
16
data/presets/office/_travel_agent.json
Normal file
16
data/presets/office/_travel_agent.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "travel_agent"
|
||||
},
|
||||
"reference": {
|
||||
"key": "shop",
|
||||
"value": "travel_agency"
|
||||
},
|
||||
"name": "Travel Agency",
|
||||
"searchable": false
|
||||
}
|
||||
12
data/presets/office/accountant.json
Normal file
12
data/presets/office/accountant.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "temaki-accounting",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "accountant"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Accountant Office"
|
||||
}
|
||||
12
data/presets/office/adoption_agency.json
Normal file
12
data/presets/office/adoption_agency.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "adoption_agency"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Adoption Agency"
|
||||
}
|
||||
18
data/presets/office/advertising_agency.json
Normal file
18
data/presets/office/advertising_agency.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "advertising_agency"
|
||||
},
|
||||
"terms": [
|
||||
"ad",
|
||||
"ad agency",
|
||||
"advert agency",
|
||||
"advertising",
|
||||
"marketing"
|
||||
],
|
||||
"name": "Advertising Agency"
|
||||
}
|
||||
12
data/presets/office/architect.json
Normal file
12
data/presets/office/architect.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "fas-drafting-compass",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "architect"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Architect Office"
|
||||
}
|
||||
18
data/presets/office/association.json
Normal file
18
data/presets/office/association.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "association"
|
||||
},
|
||||
"terms": [
|
||||
"association",
|
||||
"non-profit",
|
||||
"nonprofit",
|
||||
"organization",
|
||||
"society"
|
||||
],
|
||||
"name": "Nonprofit Organization Office"
|
||||
}
|
||||
25
data/presets/office/bail_bond_agent.json
Normal file
25
data/presets/office/bail_bond_agent.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"countryCodes": [
|
||||
"us", "ph"
|
||||
],
|
||||
"icon": "maki-bank",
|
||||
"moreFields": [
|
||||
"{office}",
|
||||
"currency_multi",
|
||||
"payment_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "bail_bond_agent"
|
||||
},
|
||||
"terms": [
|
||||
"bail bond dealer",
|
||||
"bail bond man",
|
||||
"bail bondsman",
|
||||
"bail bondsperson"
|
||||
],
|
||||
"name": "Bail Bond Agent"
|
||||
}
|
||||
14
data/presets/office/charity.json
Normal file
14
data/presets/office/charity.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "charity"
|
||||
},
|
||||
"terms": [
|
||||
"charitable organization"
|
||||
],
|
||||
"name": "Charity Office"
|
||||
}
|
||||
12
data/presets/office/company.json
Normal file
12
data/presets/office/company.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "company"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Corporate Office"
|
||||
}
|
||||
19
data/presets/office/consulting.json
Normal file
19
data/presets/office/consulting.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"fields": [
|
||||
"name",
|
||||
"consulting",
|
||||
"{office}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "consulting"
|
||||
},
|
||||
"terms": [
|
||||
"consulting firm office"
|
||||
],
|
||||
"name": "Consultancy Office"
|
||||
}
|
||||
27
data/presets/office/coworking.json
Normal file
27
data/presets/office/coworking.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"fields": [
|
||||
"{office}",
|
||||
"internet_access"
|
||||
],
|
||||
"moreFields": [
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"coworking",
|
||||
"office"
|
||||
],
|
||||
"tags": {
|
||||
"office": "coworking"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "coworking_space"
|
||||
},
|
||||
"name": "Coworking Space"
|
||||
}
|
||||
20
data/presets/office/diplomatic.json
Normal file
20
data/presets/office/diplomatic.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "temaki-embassy",
|
||||
"fields": [
|
||||
"name",
|
||||
"diplomatic",
|
||||
"country",
|
||||
"target",
|
||||
"diplomatic/services",
|
||||
"{office}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "diplomatic"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Diplomatic Office"
|
||||
}
|
||||
22
data/presets/office/diplomatic/consulate.json
Normal file
22
data/presets/office/diplomatic/consulate.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-embassy",
|
||||
"fields": [
|
||||
"name",
|
||||
"consulate",
|
||||
"{office/diplomatic}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "diplomatic",
|
||||
"diplomatic": "consulate"
|
||||
},
|
||||
"reference": {
|
||||
"key": "diplomatic",
|
||||
"value": "consulate"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Consulate"
|
||||
}
|
||||
22
data/presets/office/diplomatic/embassy.json
Normal file
22
data/presets/office/diplomatic/embassy.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-embassy",
|
||||
"fields": [
|
||||
"name",
|
||||
"embassy",
|
||||
"{office/diplomatic}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "diplomatic",
|
||||
"diplomatic": "embassy"
|
||||
},
|
||||
"reference": {
|
||||
"key": "diplomatic",
|
||||
"value": "embassy"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Embassy"
|
||||
}
|
||||
22
data/presets/office/diplomatic/liaison.json
Normal file
22
data/presets/office/diplomatic/liaison.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-embassy",
|
||||
"fields": [
|
||||
"name",
|
||||
"liaison",
|
||||
"{office/diplomatic}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "diplomatic",
|
||||
"diplomatic": "liaison"
|
||||
},
|
||||
"reference": {
|
||||
"key": "diplomatic",
|
||||
"value": "liaison"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Liaison Office"
|
||||
}
|
||||
12
data/presets/office/educational_institution.json
Normal file
12
data/presets/office/educational_institution.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-school",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "educational_institution"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Educational Institution"
|
||||
}
|
||||
14
data/presets/office/employment_agency.json
Normal file
14
data/presets/office/employment_agency.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "employment_agency"
|
||||
},
|
||||
"terms": [
|
||||
"job"
|
||||
],
|
||||
"name": "Employment Agency"
|
||||
}
|
||||
17
data/presets/office/energy_supplier.json
Normal file
17
data/presets/office/energy_supplier.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "temaki-briefcase_bolt",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "energy_supplier"
|
||||
},
|
||||
"terms": [
|
||||
"electricity",
|
||||
"energy company",
|
||||
"energy utility",
|
||||
"gas utility"
|
||||
],
|
||||
"name": "Energy Supplier Office"
|
||||
}
|
||||
18
data/presets/office/estate_agent.json
Normal file
18
data/presets/office/estate_agent.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "temaki-real_estate_agency",
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"{office}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "estate_agent"
|
||||
},
|
||||
"terms": [
|
||||
"real estate"
|
||||
],
|
||||
"name": "Real Estate Office"
|
||||
}
|
||||
12
data/presets/office/financial.json
Normal file
12
data/presets/office/financial.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "financial"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Financial Office"
|
||||
}
|
||||
19
data/presets/office/financial_advisor.json
Normal file
19
data/presets/office/financial_advisor.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "financial_advisor"
|
||||
},
|
||||
"terms": [
|
||||
"401k",
|
||||
"inheritance",
|
||||
"savings",
|
||||
"stocks",
|
||||
"retirement",
|
||||
"wealth management"
|
||||
],
|
||||
"name": "Financial Advisor"
|
||||
}
|
||||
15
data/presets/office/forestry.json
Normal file
15
data/presets/office/forestry.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "forestry"
|
||||
},
|
||||
"terms": [
|
||||
"forest",
|
||||
"ranger"
|
||||
],
|
||||
"name": "Forestry Office"
|
||||
}
|
||||
12
data/presets/office/foundation.json
Normal file
12
data/presets/office/foundation.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "foundation"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Foundation Office"
|
||||
}
|
||||
17
data/presets/office/government.json
Normal file
17
data/presets/office/government.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "temaki-town_hall",
|
||||
"fields": [
|
||||
"name",
|
||||
"government",
|
||||
"{office}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "government"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Government Office"
|
||||
}
|
||||
25
data/presets/office/government/prosecutor.json
Normal file
25
data/presets/office/government/prosecutor.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"fields": [
|
||||
"{office}",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"attorney general",
|
||||
"district attorney",
|
||||
"prosecution"
|
||||
],
|
||||
"tags": {
|
||||
"office": "government",
|
||||
"government": "prosecutor"
|
||||
},
|
||||
"reference": {
|
||||
"key": "government",
|
||||
"value": "prosecutor"
|
||||
},
|
||||
"name": "Public Prosecutor's Office"
|
||||
}
|
||||
27
data/presets/office/government/register_office.json
Normal file
27
data/presets/office/government/register_office.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-town_hall",
|
||||
"fields": [
|
||||
"{office}",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"clerk",
|
||||
"marriage",
|
||||
"death",
|
||||
"birth",
|
||||
"certificate"
|
||||
],
|
||||
"tags": {
|
||||
"office": "government",
|
||||
"government": "register_office"
|
||||
},
|
||||
"reference": {
|
||||
"key": "government",
|
||||
"value": "register_office"
|
||||
},
|
||||
"name": "Register Office"
|
||||
}
|
||||
25
data/presets/office/government/tax.json
Normal file
25
data/presets/office/government/tax.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "temaki-town_hall",
|
||||
"fields": [
|
||||
"{office}",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"fiscal authorities",
|
||||
"revenue office",
|
||||
"tax office"
|
||||
],
|
||||
"tags": {
|
||||
"office": "government",
|
||||
"government": "tax"
|
||||
},
|
||||
"reference": {
|
||||
"key": "government",
|
||||
"value": "tax"
|
||||
},
|
||||
"name": "Tax and Revenue Office"
|
||||
}
|
||||
16
data/presets/office/guide.json
Normal file
16
data/presets/office/guide.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "guide"
|
||||
},
|
||||
"terms": [
|
||||
"dive guide",
|
||||
"mountain guide",
|
||||
"tour guide"
|
||||
],
|
||||
"name": "Tour Guide Office"
|
||||
}
|
||||
16
data/presets/office/insurance.json
Normal file
16
data/presets/office/insurance.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-briefcase_shield",
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"{office}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "insurance"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Insurance Office"
|
||||
}
|
||||
17
data/presets/office/it.json
Normal file
17
data/presets/office/it.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "it"
|
||||
},
|
||||
"terms": [
|
||||
"computer",
|
||||
"information",
|
||||
"software",
|
||||
"technology"
|
||||
],
|
||||
"name": "Information Technology Office"
|
||||
}
|
||||
22
data/presets/office/lawyer.json
Normal file
22
data/presets/office/lawyer.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "fas-balance-scale",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "lawyer"
|
||||
},
|
||||
"terms": [
|
||||
"advocate",
|
||||
"attorney",
|
||||
"barrister",
|
||||
"counsellor",
|
||||
"counselor",
|
||||
"defender",
|
||||
"lawyer",
|
||||
"legal",
|
||||
"prosecutor"
|
||||
],
|
||||
"name": "Law Office"
|
||||
}
|
||||
17
data/presets/office/lawyer/_notary.json
Normal file
17
data/presets/office/lawyer/_notary.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "lawyer",
|
||||
"lawyer": "notary"
|
||||
},
|
||||
"reference": {
|
||||
"key": "office",
|
||||
"value": "notary"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Notary Office"
|
||||
}
|
||||
14
data/presets/office/moving_company.json
Normal file
14
data/presets/office/moving_company.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "fas-people-carry",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "moving_company"
|
||||
},
|
||||
"terms": [
|
||||
"relocation"
|
||||
],
|
||||
"name": "Moving Company Office"
|
||||
}
|
||||
12
data/presets/office/newspaper.json
Normal file
12
data/presets/office/newspaper.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "fas-newspaper",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "newspaper"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Newspaper Office"
|
||||
}
|
||||
18
data/presets/office/ngo.json
Normal file
18
data/presets/office/ngo.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "ngo"
|
||||
},
|
||||
"terms": [
|
||||
"ngo",
|
||||
"non government",
|
||||
"non-government",
|
||||
"organization",
|
||||
"organisation"
|
||||
],
|
||||
"name": "NGO Office"
|
||||
}
|
||||
18
data/presets/office/notary.json
Normal file
18
data/presets/office/notary.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "fas-stamp",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "notary"
|
||||
},
|
||||
"terms": [
|
||||
"clerk",
|
||||
"deeds",
|
||||
"estate",
|
||||
"signature",
|
||||
"wills"
|
||||
],
|
||||
"name": "Notary Office"
|
||||
}
|
||||
12
data/presets/office/political_party.json
Normal file
12
data/presets/office/political_party.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "maki-town-hall",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "political_party"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Political Party Office"
|
||||
}
|
||||
16
data/presets/office/private_investigator.json
Normal file
16
data/presets/office/private_investigator.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "fas-user-secret",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "private_investigator"
|
||||
},
|
||||
"terms": [
|
||||
"PI",
|
||||
"private eye",
|
||||
"private detective"
|
||||
],
|
||||
"name": "Private Investigator Office"
|
||||
}
|
||||
20
data/presets/office/quango.json
Normal file
20
data/presets/office/quango.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "quango"
|
||||
},
|
||||
"terms": [
|
||||
"ngo",
|
||||
"non government",
|
||||
"non-government",
|
||||
"organization",
|
||||
"organisation",
|
||||
"quasi autonomous",
|
||||
"quasi-autonomous"
|
||||
],
|
||||
"name": "Quasi-NGO Office"
|
||||
}
|
||||
17
data/presets/office/religion.json
Normal file
17
data/presets/office/religion.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"fields": [
|
||||
"{office}",
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "religion"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Religious Office"
|
||||
}
|
||||
18
data/presets/office/research.json
Normal file
18
data/presets/office/research.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "fas-flask",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "research"
|
||||
},
|
||||
"terms": [
|
||||
"R and D",
|
||||
"research and development",
|
||||
"research lab",
|
||||
"r&d",
|
||||
"rnd"
|
||||
],
|
||||
"name": "Research Office"
|
||||
}
|
||||
12
data/presets/office/surveyor.json
Normal file
12
data/presets/office/surveyor.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"icon": "fas-vest",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "surveyor"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Surveyor Office"
|
||||
}
|
||||
15
data/presets/office/tax_advisor.json
Normal file
15
data/presets/office/tax_advisor.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "tax_advisor"
|
||||
},
|
||||
"terms": [
|
||||
"tax",
|
||||
"tax consultant"
|
||||
],
|
||||
"name": "Tax Advisor Office"
|
||||
}
|
||||
19
data/presets/office/telecommunication.json
Normal file
19
data/presets/office/telecommunication.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "maki-telephone",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "telecommunication"
|
||||
},
|
||||
"terms": [
|
||||
"communication",
|
||||
"internet service provider",
|
||||
"isp",
|
||||
"network",
|
||||
"telephone",
|
||||
"voice"
|
||||
],
|
||||
"name": "Telecom Office"
|
||||
}
|
||||
14
data/presets/office/therapist.json
Normal file
14
data/presets/office/therapist.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "therapist"
|
||||
},
|
||||
"terms": [
|
||||
"therapy"
|
||||
],
|
||||
"name": "Therapist Office"
|
||||
}
|
||||
19
data/presets/office/water_utility.json
Normal file
19
data/presets/office/water_utility.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "maki-suitcase",
|
||||
"fields": [
|
||||
"{office}",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "water_utility"
|
||||
},
|
||||
"terms": [
|
||||
"water board",
|
||||
"utility"
|
||||
],
|
||||
"name": "Water Utility Office"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue