Skip to content

Commit 65a11d0

Browse files
committed
update
1 parent fa775f9 commit 65a11d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

teaser/data/utilities.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ def is_kfw(self):
114114
return self.get_prefix() == "kfw"
115115

116116
def is_custom(self):
117-
return True
117+
if not any(s in self.value for s in ["iwu", "tabula_de", "tabula_dk", "kfw"]):
118+
return True
118119

119120
# Dictionary that maps GeometryData enumeration values to their corresponding building classes.
120121
geometries = {

0 commit comments

Comments
 (0)