Rename style.graphicTitle to style.title (the former is now deprecated)
This commit is contained in:
@@ -403,7 +403,8 @@ 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 when hovering over a feature. Not supported by the canvas renderer.
|
||||
* graphicTitle - {String} Tooltip when hovering over a feature. *deprecated*, use title instead
|
||||
* title - {String} Tooltip when hovering over a feature. Not supported by the canvas renderer.
|
||||
* 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.
|
||||
|
||||
Reference in New Issue
Block a user