Changes between Version 28 and Version 29 of BluePrintRegionsAndIncidents
- Timestamp:
- 04/10/11 21:45:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRegionsAndIncidents
v28 v29 60 60 * Already present in gis_config, and needed for region selection: 61 61 * Map center and zoom (so map can be positioned appropriately for the region). 62 * A dd a multiple reference to gis_config from the gis_layer_feature table, so the set of selected layers can differ per region. A layer_feature entry with no region set would be selected on all maps.62 * Allow the set of selected layers to differ per region. 63 63 Options for implementation: 64 64 * Pat: Inserting a reference to a region in layer_feature *deselects* the layer for that on the map for that region. This is consistent with an empty region set meaning all regions have that layer, and is easier to maintain if new regions are added -- don't need to do anything.) 65 65 * Fran: Inserting a reference to a region in layer_feature *restricts* the layer to just that region since this is the most usual use-case where a layer only applies to a particular region. 66 * Pat: Take the enabled flag out of gis_layer_* and instead have a list multiple field in gis_config that enumerates the enabled layers for that config. 66 * Pat: Take the enabled flag out of gis_layer_* and instead have a list multiple field in gis_config that enumerates the enabled layers for that config. The decision whether all layers or none are enabled if this gis_config field is empty can be made in the map display function. Only place that choice affects gis_config is in the tooltip for this field, and other user help info. 67 67 68 68 * Generate a regions menu from the gis_config table. Include site and personal configs in the menu. Add deployment setting to enable the regions menu and specify a label for the menu head.