mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-13 21:02:25 +02:00
Add terms to retail building preset (close #7392)
This commit is contained in:
@@ -4389,6 +4389,7 @@ en:
|
||||
building/retail:
|
||||
# building=retail
|
||||
name: Retail Building
|
||||
# 'terms: shop building,store building'
|
||||
terms: '<translate with synonyms or related terms for ''Retail Building'', separated by commas>'
|
||||
building/roof:
|
||||
# building=roof
|
||||
|
||||
@@ -369,7 +369,7 @@
|
||||
"building/pavilion": {"icon": "maki-building", "fields": ["{building}", "smoking"], "geometry": ["area"], "terms": ["sports"], "tags": {"building": "pavilion"}, "matchScore": 0.5, "name": "Pavilion Building"},
|
||||
"building/public": {"icon": "maki-building", "fields": ["{building}", "smoking"], "moreFields": ["{building}", "polling_station"], "geometry": ["area"], "tags": {"building": "public"}, "matchScore": 0.5, "name": "Public Building"},
|
||||
"building/residential": {"icon": "maki-residential-community", "geometry": ["area"], "tags": {"building": "residential"}, "matchScore": 0.5, "name": "Residential Building"},
|
||||
"building/retail": {"icon": "maki-commercial", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "retail"}, "matchScore": 0.5, "name": "Retail Building"},
|
||||
"building/retail": {"icon": "maki-commercial", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "retail"}, "terms": ["shop building", "store building"], "matchScore": 0.5, "name": "Retail Building"},
|
||||
"building/roof": {"icon": "maki-shelter", "fields": ["{building}", "layer"], "geometry": ["area"], "tags": {"building": "roof"}, "matchScore": 0.5, "name": "Roof"},
|
||||
"building/ruins": {"icon": "temaki-ruins", "geometry": ["area"], "tags": {"building": "ruins"}, "matchScore": 0.5, "name": "Building Ruins"},
|
||||
"building/school": {"icon": "fas-school", "moreFields": ["{building}", "polling_station"], "geometry": ["area"], "terms": ["academy", "elementary school", "middle school", "high school"], "tags": {"building": "school"}, "matchScore": 0.5, "name": "School Building"},
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
"tags": {
|
||||
"building": "retail"
|
||||
},
|
||||
"terms": [
|
||||
"shop building",
|
||||
"store building"
|
||||
],
|
||||
"matchScore": 0.5,
|
||||
"name": "Retail Building"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -6356,7 +6356,7 @@
|
||||
},
|
||||
"building/retail": {
|
||||
"name": "Retail Building",
|
||||
"terms": ""
|
||||
"terms": "shop building,store building"
|
||||
},
|
||||
"building/roof": {
|
||||
"name": "Roof",
|
||||
|
||||
Reference in New Issue
Block a user