The navigation control handles map browsing with mouse events (dragging, double-clicking, and scrolling the wheel). Create a new navigation control with the OpenLayers.Control.Navigation control.
Note that this control is added to the map by default (if no controls array is sent in the options object to the OpenLayers.Map constructor).
OpenLayers. Control. Navigation | The navigation control handles map browsing with mouse events (dragging, double-clicking, and scrolling the wheel). |
Properties | |
zoomWheelEnabled | {Boolean} Whether the mousewheel should zoom the map |
handleRightClicks | {Boolean} Whether or not to handle right clicks. |
zoomBoxKeyMask | {Integer} OpenLayers.Handler key code of the key, which has to be pressed, while drawing the zoom box with the mouse on the screen. |
autoActivate | {Boolean} Activate the control when it is added to a map. |
Constructor | |
OpenLayers. Control. Navigation | Create a new navigation control |
{Integer} OpenLayers.Handler key code of the key, which has to be pressed, while drawing the zoom box with the mouse on the screen. You should probably set handleRightClicks to true if you use this with MOD_CTRL, to disable the context menu for machines which use CTRL-Click as a right click. Default: <OpenLayers.Handler.MOD_SHIFT