mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix incorrect colours in Basic FM template
This commit is contained in:
@@ -265,7 +265,7 @@ config = {
|
||||
"AreaUnit",
|
||||
"Phase",
|
||||
],
|
||||
"colours": "ppppreeeeesss",
|
||||
"colours": "ppprrreeeeesss",
|
||||
"sort": [{"name": "Name", "order": "ASC"}],
|
||||
"get_category_elements": get_facilities,
|
||||
"get_element_data": get_facility_data,
|
||||
@@ -283,7 +283,7 @@ config = {
|
||||
"ModelID",
|
||||
"Elevation",
|
||||
],
|
||||
"colours": "ppreeees",
|
||||
"colours": "prrreeees",
|
||||
"sort": [{"name": "Elevation", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
||||
"get_category_elements": get_storeys,
|
||||
"get_element_data": get_storey_data,
|
||||
@@ -304,7 +304,7 @@ config = {
|
||||
"GrossFloorArea",
|
||||
"NetFloorArea",
|
||||
],
|
||||
"colours": "ppprreeess",
|
||||
"colours": "pprrrreeesss",
|
||||
"sort": [{"name": "StoreyName", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
||||
"get_category_elements": get_spaces,
|
||||
"get_element_data": get_space_data,
|
||||
@@ -336,7 +336,7 @@ config = {
|
||||
"PointOfContact",
|
||||
"WarrantyPeriod",
|
||||
],
|
||||
"colours": "pppreeeeesssss",
|
||||
"colours": "pprrreeeeesssss",
|
||||
"sort": [{"name": "ModelObject", "order": "ASC"}, {"name": "Name", "order": "ASC"}],
|
||||
"get_category_elements": get_element_types,
|
||||
"get_element_data": get_element_type_data,
|
||||
@@ -379,7 +379,7 @@ config = {
|
||||
"ModelSoftware",
|
||||
"ModelID",
|
||||
],
|
||||
"colours": "pppreee",
|
||||
"colours": "pprrreee",
|
||||
"sort": [{"name": "Name", "order": "ASC"}],
|
||||
"get_category_elements": get_systems,
|
||||
"get_element_data": get_system_data,
|
||||
|
||||
Reference in New Issue
Block a user