diff --git a/data/editor.config b/data/editor.config index b356a7a2a6..deabb0ba29 100644 --- a/data/editor.config +++ b/data/editor.config @@ -124,6 +124,12 @@ + + + + + + diff --git a/editor/editor_config.cpp b/editor/editor_config.cpp index 14dc0cb376..c42169b982 100644 --- a/editor/editor_config.cpp +++ b/editor/editor_config.cpp @@ -55,7 +55,7 @@ bool TypeDescriptionFromXml(pugi::xml_node const & root, pugi::xml_node const & return; } - if (fieldName == "street" || fieldName == "housenumber") + if (fieldName == "street" || fieldName == "housenumber" || fieldName == "housename") { outDesc.m_address = true; return;