remove unneeded method
This commit is contained in:
parent
eb7fa85a81
commit
7a4bbeb2a6
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ class Section(SpecificLocation, EditorFormMixin, models.Model):
|
|||
result['altitude'] = float(str(self.altitude))
|
||||
return result
|
||||
|
||||
def _get_space_hole_geometries(self, space):
|
||||
space.hole_geometries = cascaded_union([hole.geometry for hole in self.holes.all()])
|
||||
|
||||
def _render_space_ground(self, svg, space):
|
||||
areas_by_color = {}
|
||||
for area in space.areas.all():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue