Why changing the size of the overview map controller doesn't cause the
overviewmap to resize itself?

/* set the new width, height */
var size = {w: newWidth, h:newHeight};
var options = {size: new OpenLayers.Size(size)};
/* add new control to the map*/
map.addControl(new OpenLayers.Control.OverviewMap(options));


-- 
Best Regards,

Valentina Cartei
UK Tel. +44 (0)796 6882820
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to