-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Task 3.3Django back-endDjango back-end
Description
Overview
Currently, a submission is only allowed to have simple polygon shapes:
| shape = gis_models.PolygonField(geography=True) |
However, a number of real world utility boundaries are complex multipolygons. While we may not support drawing complex multipolygons at this stage, we should still allow users to upload shapefiles or geojsons created elsewhere. To store this, we'll need to change this field to be a MultiPolygon.
Also update any test data and tests to match this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Task 3.3Django back-endDjango back-end