mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Limit Bail Bond Agent preset to the US and the Philippines
This commit is contained in:
@@ -866,7 +866,7 @@
|
||||
"office/advertising_agency": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "advertising_agency"}, "terms": ["ad", "ad agency", "advert agency", "advertising", "marketing"], "name": "Advertising Agency"},
|
||||
"office/architect": {"icon": "fas-drafting-compass", "geometry": ["point", "area"], "tags": {"office": "architect"}, "terms": [], "name": "Architect Office"},
|
||||
"office/association": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "association"}, "terms": ["association", "non-profit", "nonprofit", "organization", "society"], "name": "Nonprofit Organization Office"},
|
||||
"office/bail_bond_agent": {"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"},
|
||||
"office/bail_bond_agent": {"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"},
|
||||
"office/charity": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "charity"}, "terms": ["charitable organization"], "name": "Charity Office"},
|
||||
"office/company": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "company"}, "terms": [], "name": "Corporate Office"},
|
||||
"office/consulting": {"icon": "maki-suitcase", "fields": ["name", "consulting", "{office}"], "geometry": ["point", "area"], "tags": {"office": "consulting"}, "terms": ["consulting firm office"], "name": "Consultancy Office"},
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"countryCodes": [
|
||||
"us", "ph"
|
||||
],
|
||||
"icon": "maki-bank",
|
||||
"moreFields": [
|
||||
"{office}",
|
||||
|
||||
Reference in New Issue
Block a user