OpenLayers. Control. OverviewMap

Create an overview map to display the extent of your main map and provide additional navigation control.  Create a new overview map with the OpenLayers.Control.OverviewMap constructor.

Inerits from

Summary
Create an overview map to display the extent of your main map and provide additional navigation control.
{OpenLayers.Map} A reference to the overvew map itself.
{OpenLayers.Size} The overvew map size in pixels.
{Array(OpenLayers.Layer)} Ordered list of layers in the overview map.
{Float} The ratio of the overview map resolution to the main map resolution at which to zoom farther out on the overview map.
{Float} The ratio of the overview map resolution to the main map resolution at which to zoom farther in on the overview map.
{Object} An object containing any non-default properties to be sent to the overview map’s map constructor.
Create a new overview map
Deconstruct the control

Properties

ovmap

{OpenLayers.Map} A reference to the overvew map itself.

size

{OpenLayers.Size} The overvew map size in pixels.  Note that this is the size of the map itself - the element that contains the map (default class name olControlOverviewMapElement) may have padding or other style attributes added via CSS.

layers

{Array(OpenLayers.Layer)} Ordered list of layers in the overview map.  If none are sent at construction, the base layer for the main map is used.

minRatio

{Float} The ratio of the overview map resolution to the main map resolution at which to zoom farther out on the overview map.

maxRatio

{Float} The ratio of the overview map resolution to the main map resolution at which to zoom farther in on the overview map.

mapOptions

{Object} An object containing any non-default properties to be sent to the overview map’s map constructor.  These should include any non-default options that the main map was constructed with.

Constructor

OpenLayers. Control. OverviewMap

Create a new overview map

Parameters

object{Object} Properties of this object will be set on the overview map object.  Note, to set options on the map object contained in this control, set mapOptions as one of the options properties.

Functions

destroy

destroy: function()

Deconstruct the control

Instances of OpenLayers.Map are interactive maps embedded in a web page.
Instances of this class represent a width/height pair
destroy: function()
Deconstruct the control
Create a new overview map
Controls affect the display or behavior of the map.
{Object} An object containing any non-default properties to be sent to the overview map’s map constructor.