Removed SelectInteraction

This commit is contained in:
Simon Seyock
2019-09-23 14:54:46 +02:00
parent c65e802c71
commit 3838b68427
16 changed files with 289 additions and 1127 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ layout: example.html
title: Box Selection
shortdesc: Using a DragBox interaction to select features.
docs: >
<p>This example shows how to use a <code>DragBox</code> interaction to select features. Selected features are added
to the feature overlay of a select interaction (<code>ol/interaction/Select</code>) for highlighting.</p>
<p>This example shows how to use a <code>DragBox</code> interaction to select features.</p>
<p>Use <code>Ctrl+Drag</code> (<code>Command+Drag</code> on Mac) to draw boxes.</p>
tags: "DragBox, feature, selection, box"
---