mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 06:58:32 +02:00
Add preset for office=bail_bond_agent and deprecate various mistags (close #6472)
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
"old": {"amenity": "artwork"},
|
||||
"replace": {"tourism": "artwork"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "bail_bonds"},
|
||||
"replace": {"office": "bail_bond_agent"}
|
||||
},
|
||||
{
|
||||
"old": {"amenity": "car_repair"},
|
||||
"replace": {"shop": "car_repair"}
|
||||
@@ -645,6 +649,14 @@
|
||||
"old": {"shop": "bags"},
|
||||
"replace": {"shop": "bag"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "bail_bond"},
|
||||
"replace": {"office": "bail_bond_agent"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "bail_bonds"},
|
||||
"replace": {"office": "bail_bond_agent"}
|
||||
},
|
||||
{
|
||||
"old": {"shop": "betting"},
|
||||
"replace": {"shop": "bookmaker"}
|
||||
|
||||
@@ -5812,6 +5812,11 @@ en:
|
||||
name: Nonprofit Organization Office
|
||||
# 'terms: association,non-profit,nonprofit,organization,society'
|
||||
terms: '<translate with synonyms or related terms for ''Nonprofit Organization Office'', separated by commas>'
|
||||
office/bail_bond_agent:
|
||||
# office=bail_bond_agent
|
||||
name: Bail Bond Agent
|
||||
# 'terms: bail bond dealer,bail bond man,bail bondsman,bail bondsperson'
|
||||
terms: '<translate with synonyms or related terms for ''Bail Bond Agent'', separated by commas>'
|
||||
office/charity:
|
||||
# office=charity
|
||||
name: Charity Office
|
||||
|
||||
@@ -783,6 +783,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/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/coworking": {"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"},
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
@@ -753,6 +753,7 @@
|
||||
{"key": "office", "value": "advertising_agency", "description": "🄿 Advertising Agency", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
{"key": "office", "value": "architect", "description": "🄿 Architect Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-drafting-compass.svg?sanitize=true"},
|
||||
{"key": "office", "value": "association", "description": "🄿 Nonprofit Organization Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
{"key": "office", "value": "bail_bond_agent", "description": "🄿 Bail Bond Agent", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bank-15.svg?sanitize=true"},
|
||||
{"key": "office", "value": "charity", "description": "🄿 Charity Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
{"key": "office", "value": "company", "description": "🄿 Corporate Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
{"key": "office", "value": "coworking", "description": "🄿 Coworking Space", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/suitcase-15.svg?sanitize=true"},
|
||||
@@ -1760,6 +1761,7 @@
|
||||
{"key": "aeroway", "value": "aerobridge", "description": "🄳 ➜ aeroway=jet_bridge"},
|
||||
{"key": "amenity", "value": "advertising", "description": "🄳 ➜ advertising=*"},
|
||||
{"key": "amenity", "value": "artwork", "description": "🄳 ➜ tourism=artwork"},
|
||||
{"key": "amenity", "value": "bail_bonds", "description": "🄳 ➜ office=bail_bond_agent"},
|
||||
{"key": "amenity", "value": "car_repair", "description": "🄳 ➜ shop=car_repair"},
|
||||
{"key": "amenity", "value": "citymap_post", "description": "🄳 ➜ tourism=information"},
|
||||
{"key": "amenity", "value": "club", "description": "🄳 ➜ club=*"},
|
||||
@@ -1895,6 +1897,8 @@
|
||||
{"key": "shop", "value": "baby", "description": "🄳 ➜ shop=baby_goods"},
|
||||
{"key": "shop", "value": "baby_care", "description": "🄳 ➜ shop=baby_goods"},
|
||||
{"key": "shop", "value": "bags", "description": "🄳 ➜ shop=bag"},
|
||||
{"key": "shop", "value": "bail_bond", "description": "🄳 ➜ office=bail_bond_agent"},
|
||||
{"key": "shop", "value": "bail_bonds", "description": "🄳 ➜ office=bail_bond_agent"},
|
||||
{"key": "shop", "value": "betting", "description": "🄳 ➜ shop=bookmaker"},
|
||||
{"key": "shop", "value": "cafe", "description": "🄳 ➜ amenity=cafe"},
|
||||
{"key": "shop", "value": "dive", "description": "🄳 ➜ shop=scuba_diving"},
|
||||
|
||||
Vendored
+4
@@ -7438,6 +7438,10 @@
|
||||
"name": "Nonprofit Organization Office",
|
||||
"terms": "association,non-profit,nonprofit,organization,society"
|
||||
},
|
||||
"office/bail_bond_agent": {
|
||||
"name": "Bail Bond Agent",
|
||||
"terms": "bail bond dealer,bail bond man,bail bondsman,bail bondsperson"
|
||||
},
|
||||
"office/charity": {
|
||||
"name": "Charity Office",
|
||||
"terms": "charitable organization"
|
||||
|
||||
Reference in New Issue
Block a user