From d85990436db8568cc1036217d0f10df865ce969f Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Sat, 21 Aug 2021 15:13:38 +0100 Subject: [PATCH] fix typo --- examples/select-features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/select-features.html b/examples/select-features.html index 9fd1180239..215ace4caa 100644 --- a/examples/select-features.html +++ b/examples/select-features.html @@ -3,7 +3,7 @@ layout: example.html title: Select Features shortdesc: Example of using the Select interaction. docs: > - Choose between Single-click, Click, Hover and Alt+Click as the event type for selection in the combobox below. When using Single-click or Click you can hold do Shift key to toggle the feature in the selection.

+ Choose between Single-click, Click, Hover and Alt+Click as the event type for selection in the combobox below. When using Single-click or Click you can hold the Shift key to toggle the feature in the selection.

Note: when Single-click is used double-clicks won't select features. This in contrast to Click, where a double-click will both select the feature and zoom the map (because of the DoubleClickZoom interaction). Note that Single-click is less responsive than Click because of the delay it uses to detect double-clicks.

In this example, a listener is registered for the Select interaction's select event in order to update the selection status above. tags: "select, vector"