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,