OpenLayers OpenLayers

Changeset 2822

Show
Ignore:
Timestamp:
03/19/07 20:04:17 (2 years ago)
Author:
sderle
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js

    r2803 r2822  
    112112        this.extentRectangle.style.backgroundImage = 'url(' + 
    113113                                        OpenLayers.Util.getImagesLocation() + 
    114                                         '/blank.png)'; 
     114                                        'blank.gif)'; 
    115115        this.extentRectangle.className = this.displayClass+'ExtentRectangle'; 
    116116        this.mapDiv.appendChild(this.extentRectangle);