| 122 | === Implementation Notes === |
| 123 | The Draft features layer (featuresLayer) is not in featureLayers (& hence not in allLayers) |
| 124 | * This was done to stop the highlightControl being active (although that could have been done through an exception into tooltipSelect()) |
| 125 | * This potentially means we can have the separate selectControl() |
| 126 | * What do we gain from being in allLayers? |
| 127 | * shared Toggle for popups |
| 128 | * What do we gain from being in featureLayers? |
| 129 | * Potential shared clustering? |
| 130 | |