Hi List,

Am Experiencing some issues in overview map.

I want to add the fixed extent for the custom layer which i have
incorporated in the Overview map.

My Code:
var over_view = new OpenLayers.Control.OverviewMap({
theme: false,
layers: [My_Bou],
 maximized: true,
autoPan: false,
mapOptions: {maxExtent: new OpenLayers.Bounds(8094808,2141279,
8122454,2161825)                 }
                       });

When am Providing the MaxExtent its not getting fixed inside the Overview,
only the Half-Quadrant of the image is getting rendered in the Overview map
even then its not fixed to the extent which i have set.

Please provide some Code sample - where and how to implement the OverView
map with - fixed extent.
-- 
With Regards,
Lohamanoj S,
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to