From c88ad36600259e83616a83496b7457da4ccdb276 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 7 Sep 2012 12:18:12 +0200 Subject: [PATCH] Comment about side effect. I wonder why isFixed is advertised as APIProperty for Vector layers. --- lib/OpenLayers/Layer/Vector.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Vector.js b/lib/OpenLayers/Layer/Vector.js index 1645628135..4300e59b16 100644 --- a/lib/OpenLayers/Layer/Vector.js +++ b/lib/OpenLayers/Layer/Vector.js @@ -123,7 +123,8 @@ OpenLayers.Layer.Vector = OpenLayers.Class(OpenLayers.Layer, { /** * APIProperty: isFixed * {Boolean} Whether the layer remains in one place while dragging the - * map. + * map. Note that setting this to true will move the layer to the bottom + * of the layer stack. */ isFixed: false,