add stuffedareas to rendermap
This commit is contained in:
parent
4c547326bf
commit
c0883cfad5
1 changed files with 4 additions and 0 deletions
|
@ -119,6 +119,10 @@ class LevelRenderer():
|
|||
contents.append(self.polygon_svg(location.geometry.intersection(self.geometries.accessible),
|
||||
fill_color=color))
|
||||
|
||||
contents.append(self.polygon_svg(self.geometries.stuffedareas,
|
||||
fill_color='#000000',
|
||||
fill_opacity=0.03))
|
||||
|
||||
contents.append(self.polygon_svg(self.geometries.stair_areas,
|
||||
fill_color='#000000',
|
||||
fill_opacity=0.03))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue