app/assets/javascripts/gmaps4rails/gmaps4rails.openlayers.js.coffee in gmaps4rails-1.5.5 vs app/assets/javascripts/gmaps4rails/gmaps4rails.openlayers.js.coffee in gmaps4rails-1.5.6
- old
+ new
@@ -87,10 +87,10 @@
#//adding shadow's anchor if any
if args.shadow_anchor != null
style_mark.backgroundXOffset = args.shadow_anchor[0]
style_mark.backgroundYOffset = args.shadow_anchor[1]
- style_mark.graphicTitle = args.title
+ style_mark.graphicTitle = args.marker_title
marker = new OpenLayers.Feature.Vector(
new OpenLayers.Geometry.Point(args.Lng, args.Lat),
null,
style_mark)
#//changing coordinates so that it actually appears on the map!