Partial correction citygml read
This commit is contained in:
parent
81324c945e
commit
3005e5de6e
|
@ -88,7 +88,6 @@ class CityGml:
|
|||
lod = 2
|
||||
surfaces = CityGmlLod2(o).surfaces
|
||||
elif 'consistsOfBuildingPart' in o['Building']:
|
||||
|
||||
raise NotImplementedError("Building cluster")
|
||||
'''
|
||||
if 'lod1Solid' in o['Building']:
|
||||
|
|
|
@ -43,8 +43,6 @@ class CityGmlLod2(CityGmlBase):
|
|||
p = Polygon(sp)
|
||||
surface = Surface(p,p, surface_type=GeometryHelper.gml_surface_to_libs(surface_type))
|
||||
surfaces.append(surface)
|
||||
for p in o["Building"]["consistsOfBuildingPart"]:
|
||||
raise NotImplementedError
|
||||
return surfaces
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user