Updated Vector Editing (markdown)

Tim Schaub
2013-07-29 14:42:54 -07:00
parent a7e37fed12
commit d00c843c06

@@ -20,7 +20,7 @@ When the user clicks or drags, the control calls `readFeatures` on all configure
For configured vector layers with selected features, the control calls `setRenderIntent('hidden', features)`. This signals to the layer that it should be re-rendered without the selected features.
All selected features are then added to the sketch layer (created by the control), and the control calls `setRenderIntent('selected', features)`.
All selected features are then added to the sketch layer (created by the control), and the control calls `setRenderIntent('selected', features)`. When the user unselects features, the control removes selected features from the sketch layer and calls `setRenderIntent('default', features)` on the original source.
### `ol.control.Edit`