diff --git a/lib/OpenLayers/Feature/Vector.js b/lib/OpenLayers/Feature/Vector.js index 775a0432e3..d7bbc6ba8f 100644 --- a/lib/OpenLayers/Feature/Vector.js +++ b/lib/OpenLayers/Feature/Vector.js @@ -365,7 +365,7 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, { * graphicZIndex - {Number} The integer z-index value to use in rendering. * graphicName - {String} Named graphic to use when rendering points. Supported values include "circle" (default), * "square", "star", "x", "cross", "triangle". - * graphicTitle - {String} Tooltip for an external graphic. Only supported in Firefox and Internet Explorer. + * graphicTitle - {String} Tooltip for an external graphic. * backgroundGraphic - {String} Url to a graphic to be used as the background under an externalGraphic. * backgroundGraphicZIndex - {Number} The integer z-index value to use in rendering the background graphic. * backgroundXOffset - {Number} The x offset (in pixels) for the background graphic. @@ -377,10 +377,9 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, { * labelAlign - {String} Label alignment. This specifies the insertion point relative to the text. It is a string * composed of two characters. The first character is for the horizontal alignment, the second for the vertical * alignment. Valid values for horizontal alignment: "l"=left, "c"=center, "r"=right. Valid values for vertical - * alignment: "t"=top, "m"=middle, "b"=bottom. Example values: "lt", "cm", "rb". The canvas renderer does not - * support vertical alignment, it will always use "b". - * labelXOffset - {Number} Pixel offset along the positive x axis for displacing the label. - * labelYOffset - {Number} Pixel offset along the positive y axis for displacing the label. + * alignment: "t"=top, "m"=middle, "b"=bottom. Example values: "lt", "cm", "rb". + * labelXOffset - {Number} Pixel offset along the positive x axis for displacing the label. Not supported by the canvas renderer. + * labelYOffset - {Number} Pixel offset along the positive y axis for displacing the label. Not supported by the canvas renderer. * labelSelect - {Boolean} If set to true, labels will be selectable using SelectFeature or similar controls. * Default is false. * fontColor - {String} The font color for the label, to be provided like CSS.