-
Notifications
You must be signed in to change notification settings - Fork 33
ext_district
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Catalog of districts.
| Column name | Data type | Description |
|---|---|---|
| district_id | integer | Id of district |
| name | text | Name of district |
| muni_id | integer | Id of municipality in which district is located, defined on ext_municipality |
| observ | text | Description |
| active | boolean | If true, catalog value is being used |
| the_geom | geometry(MultiPolygon,SRID) | Multi polygon geometry of element |


