# Unit tests for konova geometry

* adds further unit tests for konova app geometry model
This commit is contained in:
2023-09-12 09:16:10 +02:00
parent 89efc33d75
commit d69ea6d7c0
4 changed files with 69 additions and 3 deletions

View File

@@ -317,7 +317,7 @@ class Geometry(BaseResource):
"""
geom = self.geom
if geom.srid != srid:
geom.transform(ct=srid)
geom.transform(srid)
polygons = [p for p in geom]
geojson = {
"type": "FeatureCollection",