Comment about side effect.

I wonder why isFixed is advertised as APIProperty for Vector layers.
This commit is contained in:
ahocevar
2012-09-07 12:18:12 +02:00
parent 6b2836b455
commit c88ad36600

View File

@@ -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,