From ca831c59d49996570642e684bcda22cb2264da78 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Tue, 20 Mar 2007 00:04:17 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Control/OverviewMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/OverviewMap.js b/lib/OpenLayers/Control/OverviewMap.js index 1847340b94..7712a46566 100644 --- a/lib/OpenLayers/Control/OverviewMap.js +++ b/lib/OpenLayers/Control/OverviewMap.js @@ -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);