# Netgis client update

* integrates newest netgis map client
* generalizes map proxy response handling
This commit is contained in:
2024-11-21 13:46:35 +01:00
parent 6ff67d12c9
commit 457548da4d
6 changed files with 94 additions and 94 deletions

View File

@@ -342,6 +342,7 @@ class Geometry(BaseResource):
{
"type": "Feature",
"geometry": json.loads(p.json),
"properties": {},
}
for p in polygons
]