don't add height to short walls in svg renderer

This commit is contained in:
Laura Klünder 2017-11-25 14:12:47 +01:00
parent bb6b726a89
commit d5ad497327

View file

@ -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')