OpenLayers OpenLayers

Changeset 3957

Show
Ignore:
Timestamp:
08/22/07 17:19:07 (1 year ago)
Author:
pagameba
Message:

potentially fix a problem with overview map when used with permalink

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/pagameba/tc_test/lib/OpenLayers/Control/OverviewMap.js

    r3815 r3957  
    508508        var options = OpenLayers.Util.extend( 
    509509                        {controls: [], maxResolution: 'auto'}, this.mapOptions); 
    510         this.ovmap = new OpenLayers.Map(this.mapDiv.id, options); 
     510        this.ovmap = new OpenLayers.Map(this.mapDiv, options); 
    511511        this.ovmap.addLayers(this.layers); 
    512512        this.ovmap.zoomToMaxExtent();