mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add phone and website fields to office and commercial building presets (close #7541)
This commit is contained in:
@@ -345,7 +345,7 @@
|
||||
"building/church": {"icon": "fas-church", "geometry": ["area"], "tags": {"building": "church"}, "matchScore": 0.5, "name": "Church Building"},
|
||||
"building/civic": {"icon": "maki-building", "fields": ["{building}", "smoking"], "moreFields": ["{building}", "polling_station"], "geometry": ["area"], "tags": {"building": "civic"}, "matchScore": 0.5, "name": "Civic Building"},
|
||||
"building/college": {"icon": "fas-school", "moreFields": ["{building}", "polling_station"], "geometry": ["area"], "terms": ["university"], "tags": {"building": "college"}, "matchScore": 0.5, "name": "College Building"},
|
||||
"building/commercial": {"icon": "maki-suitcase", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "commercial"}, "matchScore": 0.5, "name": "Commercial Building"},
|
||||
"building/commercial": {"icon": "maki-suitcase", "fields": ["{building}", "smoking"], "moreFields": ["{building}", "phone", "website"], "geometry": ["area"], "tags": {"building": "commercial"}, "matchScore": 0.5, "name": "Commercial Building"},
|
||||
"building/construction": {"icon": "maki-building", "geometry": ["area"], "tags": {"building": "construction"}, "matchScore": 0.5, "name": "Building Under Construction"},
|
||||
"building/cowshed": {"icon": "temaki-barn", "geometry": ["area"], "tags": {"building": "cowshed"}, "matchScore": 0.5, "terms": ["byre", "cow barn", "cow house", "cow shed", "cowbarn", "cowhouse", "dairy barn", "milking barn"], "name": "Cowshed"},
|
||||
"building/detached": {"icon": "maki-home", "geometry": ["area"], "tags": {"building": "detached"}, "terms": ["home", "single", "family", "residence", "dwelling"], "matchScore": 0.5, "name": "Detached House"},
|
||||
@@ -365,7 +365,7 @@
|
||||
"building/industrial": {"icon": "maki-industry", "geometry": ["area"], "tags": {"building": "industrial"}, "matchScore": 0.5, "name": "Industrial Building"},
|
||||
"building/kindergarten": {"icon": "fas-school", "geometry": ["area"], "terms": ["kindergarden", "pre-school"], "tags": {"building": "kindergarten"}, "matchScore": 0.5, "name": "Preschool / Kindergarten Building"},
|
||||
"building/mosque": {"icon": "fas-mosque", "geometry": ["area"], "tags": {"building": "mosque"}, "matchScore": 0.5, "name": "Mosque Building"},
|
||||
"building/office": {"icon": "maki-suitcase", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "office"}, "matchScore": 0.5, "terms": ["business center", "office block"], "name": "Office Building"},
|
||||
"building/office": {"icon": "maki-suitcase", "fields": ["{building}", "smoking"], "moreFields": ["{building}", "phone", "website"], "geometry": ["area"], "tags": {"building": "office"}, "matchScore": 0.5, "terms": ["business center", "office block"], "name": "Office Building"},
|
||||
"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"},
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
"{building}",
|
||||
"smoking"
|
||||
],
|
||||
"moreFields": [
|
||||
"{building}",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
"{building}",
|
||||
"smoking"
|
||||
],
|
||||
"moreFields": [
|
||||
"{building}",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user