# Unit tests for konova geometry
* adds further unit tests for konova app geometry model
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user