Changes between Version 18 and Version 19 of BluePrintRegionsAndIncidents
- Timestamp:
- 02/21/11 23:21:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRegionsAndIncidents
v18 v19 33 33 In order to support configuring and selecting regions: 34 34 35 * Move any region-specific configuration into gis_config. This currently means: 35 * Identify a region by a gis_config record. Move any region-specific 36 configuration into gis_config, or tie it to gis_config via a foreign 37 key reference. This currently means: 36 38 * A location representing a region (see below). 37 39 * The hierarchy labels, depth, and settings appropriate for that area. … … 53 55 * Already present in gis_config, and needed for region selection: 54 56 * Map center and zoom (so map can be positioned appropriately for the region). 57 * Add a multiple reference to gis_config from the gis_layer_feature table, 58 so the set of selected layers can differ per region. A layer_feature entry 59 with no region set would be selected on all maps. 55 60 56 61 * Generate a regions menu from the gis_config table. Add site config options to enable