again… fix invalidity?
This commit is contained in:
parent
a974f7edab
commit
94f5b1d907
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class AltitudeArea(LevelGeometryMixin, models.Model):
|
|||
remaining_space = MultiPolygon(remaining_space)
|
||||
|
||||
for polygon in assert_multipolygon(remaining_space):
|
||||
polygon = clean_cut_polygon(polygon)
|
||||
polygon = clean_cut_polygon(polygon).buffer(0)
|
||||
buffered = polygon.buffer(0.001)
|
||||
|
||||
center = polygon.centroid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue