don't add height to short walls in svg renderer
This commit is contained in:
parent
bb6b726a89
commit
d5ad497327
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class MapRenderer:
|
|||
|
||||
for short_wall in geoms.short_walls:
|
||||
engine.add_geometry(short_wall.filter(bottom=not not_full_levels),
|
||||
height=geoms.default_height, fill=FillAttribs('#aaaaaa'), category='walls')
|
||||
fill=FillAttribs('#aaaaaa'), category='walls')
|
||||
|
||||
if walls_extended:
|
||||
engine.add_geometry(geoms.walls_extended, fill=FillAttribs('#aaaaaa'), category='walls')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue