Actions
Question #1160
closedType of shape need to be renamed for API/Geojson
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Backend
Target version:
-
Start date:
2020-02-21
Estimated time:
Description
The shape type for a valid geojson is case sensitiv. For now, with Gis.get_by_id(entity.location.id)['shape'] I get all lowercase. I don't know if we can or want to store the geojson names somewhere.
For now I will build a workaround with a dict.
Updated by Bernhard Koschiček-Krombholz over 4 years ago
- Status changed from New to Closed
This solution is the best
Actions