Skip to content

Add MultiPolygon Support to Submission Shapes #127

@rajadain

Description

@rajadain

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions