From dfd2107a5aab487599f86a9c6b9688582ecd0c3f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 29 Jul 2013 14:43:19 -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 a935e48..45ba180 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)`. 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`