From d00c843c06b1ce4149b678782d5079a36082716c Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 29 Jul 2013 14:42:54 -0700 Subject: [PATCH] Updated Vector Editing (markdown) --- Vector-Editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vector-Editing.md b/Vector-Editing.md index 7efd71d..a935e48 100644 --- a/Vector-Editing.md +++ b/Vector-Editing.md @@ -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`