# Netgis client update
* integrates newest netgis map client * generalizes map proxy response handling
This commit is contained in:
@@ -342,6 +342,7 @@ class Geometry(BaseResource):
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": json.loads(p.json),
|
||||
"properties": {},
|
||||
}
|
||||
for p in polygons
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user