From 1ebdba13a6b6de7b14176c59d3d1eced8bdfb61c Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 24 Nov 2015 16:24:19 +0100 Subject: [PATCH] Remove note about DragZoom and vector support --- src/ol/interaction/interactiondefaults.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ol/interaction/interactiondefaults.js b/src/ol/interaction/interactiondefaults.js index 93705d54dd..65d8aae9fd 100644 --- a/src/ol/interaction/interactiondefaults.js +++ b/src/ol/interaction/interactiondefaults.js @@ -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.} A collection of * interactions to be used with the ol.Map constructor's interactions option.