mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
added additional built form to built form map in XmlParser
This commit is contained in:
parent
362e657ab5
commit
323364e0df
1 changed files with 2 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ class XmlParser:
|
||||||
|
|
||||||
BUILT_FORM_MAP = {
|
BUILT_FORM_MAP = {
|
||||||
"1": "Detached",
|
"1": "Detached",
|
||||||
|
"2": "Semi-Detached",
|
||||||
"3": "End-Terrace",
|
"3": "End-Terrace",
|
||||||
"4": "Mid-Terrace",
|
"4": "Mid-Terrace",
|
||||||
}
|
}
|
||||||
|
|
@ -803,7 +804,7 @@ class XmlParser:
|
||||||
|
|
||||||
self.windows = [
|
self.windows = [
|
||||||
{
|
{
|
||||||
"window_location": None,
|
"window_location": "0",
|
||||||
"window_area": None,
|
"window_area": None,
|
||||||
"window_type": None,
|
"window_type": None,
|
||||||
"glazing_type": glazing_type_lookup[multiple_glazing_type],
|
"glazing_type": glazing_type_lookup[multiple_glazing_type],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue