59 | | with no region set would be selected on all maps. Inserting a reference to |
60 | | a region in layer_feature *deselects* it on the map. (This is appropriate |
61 | | for an empty region entry meaning all regions have that layer, and is easier |
62 | | to maintain if new regions are added.) |
| 59 | with no region set would be selected on all maps. (Two options for implementation: |
| 60 | Pat: Inserting a reference to a region in layer_feature *deselects* the layer for |
| 61 | that on the map for that region. |
| 62 | This is consistent with an empty region set meaning all regions have that layer, |
| 63 | and is easier to maintain if new regions are added -- don't need to do anything.) |