diff --git a/lib/OpenLayers/Layer.js b/lib/OpenLayers/Layer.js index fc3635e21a..fd09e8dd37 100644 --- a/lib/OpenLayers/Layer.js +++ b/lib/OpenLayers/Layer.js @@ -704,7 +704,9 @@ OpenLayers.Layer = OpenLayers.Class({ /** * APIMethod: display - * Hide or show the Layer + * Hide or show the Layer. This is designed to be used internally, and + * is not generally the way to enable or disable the layer. For that, + * use the setVisibility function instead.. * * Parameters: * display - {Boolean}