Rename style.graphicTitle to style.title (the former is now deprecated)
This commit is contained in:
@@ -207,8 +207,9 @@ OpenLayers.Renderer.VML = OpenLayers.Class(OpenLayers.Renderer.Elements, {
|
||||
options = options || node._options;
|
||||
var fillColor = style.fillColor;
|
||||
|
||||
if (style.graphicTitle) {
|
||||
node.title=style.graphicTitle;
|
||||
var title = style.title || style.graphicTitle;
|
||||
if (title) {
|
||||
node.title = title;
|
||||
}
|
||||
|
||||
if (node._geometryClass === "OpenLayers.Geometry.Point") {
|
||||
|
||||
Reference in New Issue
Block a user