Map depends on tweening.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7014 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -415,8 +415,8 @@ OpenLayers.Util.modifyAlphaImageDiv = function(div, id, px, sz, imgURL,
|
||||
position, border, sizing,
|
||||
opacity) {
|
||||
|
||||
OpenLayers.Util.modifyDOMElement(div, id, px, sz,
|
||||
null, null, null, opacity);
|
||||
OpenLayers.Util.modifyDOMElement(div, id, px, sz, position,
|
||||
null, null, opacity);
|
||||
|
||||
var img = div.childNodes[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user