Hello everyone,

I have the following code.

     var controlOptions = {
            mapOptions: {
                projection: new OpenLayers.Projection("EPSG:900913"),
                displayProjection: new OpenLayers.Projection("EPSG:4326"),
                units:'dd',
                maxResolution: 'auto',
                maxExtent: Navegador.getMap().getMaxExtent()},
               layers: [Navegador.getBaseLayer()],
               };

              overview = new OpenLayers.Control.OverviewMap(controlOptions);

            Navegador.addControl(overview);

The overview control does not work for the google, yahoo and virtual earth
layer, but it works fine for "my" wms base layer.  Can someone help me?

Thank you.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to