fix for #66
git-svn-id: http://svn.openlayers.org/trunk/openlayers@403 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -34,7 +34,7 @@ OpenLayers.Marker.prototype = {
|
|||||||
this.lonlat = lonlat;
|
this.lonlat = lonlat;
|
||||||
this.data = data;
|
this.data = data;
|
||||||
|
|
||||||
this.image = OpenLayers.Util.createImage(null,
|
this.image = OpenLayers.Util.createAlphaImageDiv(null,
|
||||||
null,
|
null,
|
||||||
this.icon.size,
|
this.icon.size,
|
||||||
this.icon.url,
|
this.icon.url,
|
||||||
|
|||||||
Reference in New Issue
Block a user