Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
M
 map
 Map, OpenLayers. Map. OpenLayers
 mapDivClick, OpenLayers. Control. OverviewMap
 mapGroups, Fusion. Lib. ApplicationDefinition
 MapServer, OpenLayers. Layer. MapServer. OpenLayers. Layer
 Marker, OpenLayers. Marker. OpenLayers
 markers, OpenLayers. Layer. Markers
 Markers, OpenLayers. Layer. Markers. OpenLayers. Layer
 maximizeControl, OpenLayers. Control. OverviewMap
 minimizeControl, OpenLayers. Control. OverviewMap
 MOD_ALT, OpenLayers. Handler. OpenLayers. Handler
 MOD_CTRL, OpenLayers. Handler. OpenLayers. Handler
 MOD_NONE, OpenLayers. Handler. OpenLayers. Handler
 MOD_SHIFT, OpenLayers. Handler. OpenLayers. Handler
 modifyAlphaImageDiv, Util
 modifyDOMElement, Util
 mousedown
 mouseLeft, Util
 mousemove
 mouseout, OpenLayers. Handler.Drag
 mousePosition, OpenLayers. Handler. MouseWheel
 mouseup, OpenLayers. Handler.Drag
 MouseWheel, OpenLayers. Handler. MouseWheel. OpenLayers. Handler
 move, OpenLayers. Handler.Drag
 moveBox, OpenLayers. Handler.Box
 moveGriddedTiles, OpenLayers. Layer.Grid
 moveTo
N
 Navigation, OpenLayers. Control. Navigation. OpenLayers. Control
 normalzeScale, Util
{OpenLayers.Map} this gets set in the addControl() function in OpenLayers.Map
{OpenLayers.Map}
{OpenLayers.Map} the map this marker is attached to
Constructor for a new OpenLayers.Map instance.
mapDivClick: function(evt)
Handle browser events
array of map groups, parsed from ApplicationDefinition.
Create a new MapServer layer object
Array({OpenLayers.Marker}) internal marker list
Create a Markers layer.
maximizeControl: function(e)
Unhide the control.
minimizeControl: function(e)
Hide all the contents of the control, shrink the size, add the maximize icon
If set as the keyMask, checkModifiers returns false if Alt is down.
If set as the keyMask, checkModifiers returns false if Ctrl is down.
If set as the keyMask, checkModifiers returns false if any key is down.
If set as the keyMask, checkModifiers returns false if Shift is down.
OpenLayers.Util.modifyAlphaImageDiv = function(div,
id,
px,
sz,
imgURL,
position,
border,
sizing,
opacity)
OpenLayers.Util.modifyDOMElement = function(element,
id,
px,
sz,
position,
border,
overflow,
opacity)
Modifies many properties of a DOM element all at once.
Handle mousedown.
mousedown: function (evt)
Handle mousedown events
OpenLayers.Util.mouseLeft = function (evt,
div)
mousemove: function (evt)
Handle mousemove events
mousemove: function (evt)
Update the stored mousePosition on every move.
mouseout: function (evt)
Handle mouseout events
{OpenLayers.Pixel} mousePosition is necessary because evt.clientX/Y is buggy in Moz on wheel events, so we cache and use the value from the last mousemove.
mouseup: function (evt)
Handle mouseup events
move: function(evt)
This method is called during the handling of the mouse move event.
moveBox: function (xy)
moveGriddedTiles: function(bounds)
moveTo: function (px)
Sets the left and top style attributes to the passed in pixel coordinates.
moveTo: function (px)
move icon to passed in px.
moveTo:function(bounds,
zoomChanged,
dragging)
moveTo:function(bounds,
zoomChanged,
dragging)
This function is called whenever the map is moved.
moveTo:function(bounds,
zoomChanged,
dragging)
moveTo: function (px)
Move the marker to the new location.
moveTo: function (bounds,
position,
redraw)
Reposition the tile.
Create a new navigation control