Remove note about DragZoom and vector support

This commit is contained in:
Frederic Junod
2015-11-24 16:24:19 +01:00
parent a2e3f28060
commit 1ebdba13a6

View File

@@ -32,9 +32,6 @@ goog.require('ol.interaction.PinchZoom');
* * {@link ol.interaction.MouseWheelZoom}
* * {@link ol.interaction.DragZoom}
*
* Note that DragZoom renders a box as a vector polygon, so this interaction
* should be excluded if you want a build with no vector support.
*
* @param {olx.interaction.DefaultsOptions=} opt_options Defaults options.
* @return {ol.Collection.<ol.interaction.Interaction>} A collection of
* interactions to be used with the ol.Map constructor's interactions option.