A BoundarySet is a group of geographic regions, like districts or wards.
The metadata fields of a BoundarySet are largely user-supplied strings.
{{name}} | {{field.help_text}} {% if field.null %}(Optional.){% endif %} |
---|
A Boundary is a single district. It is stored as a MultiPolygon internally, which means the district may be made up of multiple geographically disjoint parts. All coordinates are in the WGS 84 (EPSG:4326) spatial reference system.
The metadata fields of a Boundary are:
{{name}} | {{field.help_text}} {% if field.null %}(Optional.){% endif %} |
---|