Updated Vector Editing (markdown)

Tim Schaub
2013-07-29 14:43:19 -07:00
parent d00c843c06
commit dfd2107a5a

@@ -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)`. When the user unselects features, the control removes selected features from the sketch layer and calls `setRenderIntent('default', features)` on the original source.
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 layer.
### `ol.control.Edit`