| 7 | * Features are stored in the table gis_location |
| 8 | * Feature Classes are types of Feature & determine their Marker (Icon): gis_feature_class |
| 9 | * Feature Groups are collections of Features & Feature Groups & determine whether they appear as a separate layer on the Map to be enabled/disabled: gis_feature_group |
| 10 | * There are Many-to-Many tables linking these together (defined in {{{models/03_gis.py}}}) |
| 11 | * There are basic Controller functions for editing these resources, however they aren't fully-exposed to users (need to type URL manually) |
| 12 | * We want nice User interface for these & menus (menus for GIS need some wider cleanup work anyway) |