mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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 = {
|
||||
"1": "Detached",
|
||||
"2": "Semi-Detached",
|
||||
"3": "End-Terrace",
|
||||
"4": "Mid-Terrace",
|
||||
}
|
||||
|
|
@ -803,7 +804,7 @@ class XmlParser:
|
|||
|
||||
self.windows = [
|
||||
{
|
||||
"window_location": None,
|
||||
"window_location": "0",
|
||||
"window_area": None,
|
||||
"window_type": None,
|
||||
"glazing_type": glazing_type_lookup[multiple_glazing_type],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue