Updated Vector Editing (markdown)
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user