Merge pull request #2204 from probins/dragbox

Correct/improve dragbox docs
This commit is contained in:
Paul Spencer
2014-07-08 19:40:55 -04:00
4 changed files with 11 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ goog.require('ol.easing');
* For example, {@link ol.interaction.KeyboardZoom} is functionally the same as
* {@link ol.control.Zoom}, but triggered by a keyboard event not a button
* element event.
* Although interactions do not have a DOM element, some of them do render
* vectors and so are visible on the screen.
*
* @constructor
* @extends {ol.Observable}