Still not working. Here's the complete code:

 var options = OpenLayers.Util.extend(
{units:'inches',maxExtent:panorama_bounds,minResolution:1.0,maxResolution:
1.0,controls:[]}, this.mapOptions);
 map = new OpenLayers.Map('panoramaImage',options);

/*=IMAGE layer on the Map*/
 var panorama = new OpenLayers.Layer.Image(myImage.name,myImage.src,
panorama_bounds,panorama_size,options);
 map.addLayers([panorama]);

/*=overview map*/
var scroller = document.getElementById("scroller");
scrollerObj=new OpenLayers.Control.OverviewMap({div:scroller,size:new
OpenLayers.Size(100,35)});

Although the div containing the overview map gets resized, the map inside it
doesn't. Can't see why.
Best,
Val
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to