More consistent markup

This commit is contained in:
Tim Schaub
2015-11-18 10:03:49 -07:00
parent 19fe73e78e
commit d3ff8d7fb0
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ 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>Use <code>Ctrl+drag</code> (<code>Command+drag</code> on Mac) to draw boxes.</p>
<p>Use <code>Ctrl+Drag</code> (<code>Command+Drag</code> on Mac) to draw boxes.</p>
tags: "DragBox, feature, selection, box"
---
<div id="map" class="map"></div>