Outch! I missed the last line Great tip anyway, thanks. :-)
Espen Isaksen wrote: > Here is how: > > http://openlayers.org/dev/examples/overviewmap.html > > Espen > > On 25/10/2007, huub fleuren <[EMAIL PROTECTED]> wrote: > >> Hi >> >> I don't find a way to expand the overview without first clicking the toggle >> >> var options = { >> layers: new OpenLayers.Layer.WMS.Untiled( "Overview", >> "http://some.mapserver.nl/background/mapserver.exe/", >> {layers: >> 'layer_1,layer_2,layer_3,layer_4,layer_5,layer_6',format: 'image/png', >> transparent: false}, >> {isBaseLayer:true}), >> minRatio: 8, >> maxRatio: 128 >> }; >> overview = new OpenLayers.Control.OverviewMap(options); >> map.addControl(overview); >> >> will show only the toggle. >> i tried but >> not overview.draw() >> not overview.showToggle(false) (which only shows the minimize control) >> >> >> >> Regards, Huub >> >> -- >> ===================================== >> Geodan IT b.v. >> Buitenhaven 27-A >> 5211 TP 's-Hertogenbosch (NL) >> ------------------------------------- >> Tel: +31 (0)73 - 692 5151 >> Fax: +31 (0)73 - 692 5150 >> Mobiel: >> ------------------------------------- >> Postadres / mailing address >> President Kennedylaan 1 >> 1079 MB Amsterdam (NL) >> ------------------------------------- >> E-mail: [EMAIL PROTECTED] >> Website: www.geodan.nl >> Disclaimer: www.geodan.nl/disclaimer >> ------------------------------------- >> >> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://openlayers.org/mailman/listinfo/users >> >> > > > > > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
