Fix the location of blank.gif in OverviewMap.js. Closes #542.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2822 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2007-03-20 00:04:17 +00:00
parent 15b26252bc
commit ca831c59d4

View File

@@ -111,7 +111,7 @@ OpenLayers.Control.OverviewMap.prototype =
this.extentRectangle.style.overflow = 'hidden';
this.extentRectangle.style.backgroundImage = 'url(' +
OpenLayers.Util.getImagesLocation() +
'/blank.png)';
'blank.gif)';
this.extentRectangle.className = this.displayClass+'ExtentRectangle';
this.mapDiv.appendChild(this.extentRectangle);