From 3c1e3dcfd554693726ba5160c35538fd0ed49ec5 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Sat, 21 Aug 2021 15:11:57 +0100 Subject: [PATCH] Document (existing) multiple feature behaviour --- examples/translate-features.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/translate-features.html b/examples/translate-features.html index 05dbea4e4d..473582f8ca 100644 --- a/examples/translate-features.html +++ b/examples/translate-features.html @@ -3,7 +3,9 @@ layout: example.html title: Translate Features shortdesc: Example of a translate features interaction. docs: > - This example demonstrates how the translate and select interactions can be used together. Zoom in to an area of interest and click to select a feature. Then drag the feature around to move it elsewhere on the map. + This example demonstrates how the translate and select interactions can be used together. + Zoom in to an area of interest and click to select a feature or hold the Shift key and select multiple features. + Then drag the features around to move them elsewhere on the map. tags: "drag, translate, feature, vector, editing" ---