Property 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, OpenLayers.Layer
 mapOptions, OpenLayers.Control.OverviewMap
 markers, OpenLayers.Layer.Markers
 matrixIds, OpenLayers.Layer.WMTS
 matrixSet, OpenLayers.Layer.WMTS
 maxDepth, OpenLayers.Format.KML
 maxExtent
 maxFeatures
 maxGetUrlLength, OpenLayers.Tile.Image
 maximized, OpenLayers.Control.OverviewMap
 maxRatio, OpenLayers.Control.OverviewMap
 maxRecords, OpenLayers.Format.CSWGetRecords.v2_0_2
 maxResolution
 maxScale
 maxScaleDenominator, OpenLayers.Rule
 maxSize
 maxVertices, OpenLayers.Handler.Path
 metadataParams, OpenLayers.Layer.Bing
 minExtent
 minRatio, OpenLayers.Control.OverviewMap
 minRectDisplayClass, OpenLayers.Control.OverviewMap
 minRectSize, OpenLayers.Control.OverviewMap
 minResolution
 minScale
 minScaleDenominator, OpenLayers.Rule
 minSize
 mode, OpenLayers.Control.ModifyFeature
 modified, OpenLayers.Feature.Vector
 multi
 multiple
 multipleKey, OpenLayers.Control.GetFeature
 multipleSymbolizers, OpenLayers.Format.SLD.v1
 mutual, OpenLayers.Control.Split
N
 name
 namedLayersAsArray, OpenLayers.Format.SLD
 newline, OpenLayers.Format.JSON
 next, OpenLayers.Control.NavigationHistory
 nextOptions, OpenLayers.Control.NavigationHistory
 noMagic, OpenLayers.Layer.WMS
 numDigits, OpenLayers.Control.MousePosition
 numLoadingTiles, OpenLayers.Layer.Grid
 numPoints, OpenLayers.Control.Graticule
 numZoomLevels
O
 observeElement, OpenLayers.Control.KeyboardDefaults
 onComplete, OpenLayers.Control.DragFeature
 onDrag, OpenLayers.Control.DragFeature
 onEnter, OpenLayers.Control.DragFeature
 onLeave, OpenLayers.Control.DragFeature
 onModification, OpenLayers.Control.ModifyFeature
 onModificationEnd, OpenLayers.Control.ModifyFeature
 onModificationStart, OpenLayers.Control.ModifyFeature
 onSelect, OpenLayers.Control.SelectFeature
 onStart, OpenLayers.Control.DragFeature
 onUnselect, OpenLayers.Control.SelectFeature
 opacity, OpenLayers.Layer
 options, OpenLayers.Map
 origin, OpenLayers.Layer.PointGrid
 output, OpenLayers.Control.WMSGetFeatureInfo
 outputFormat, OpenLayers.Format.CSWGetRecords.v2_0_2
 outputSchema, OpenLayers.Format.CSWGetRecords.v2_0_2
 overrideDPI
 ovmap, OpenLayers.Control.OverviewMap
{OpenLayers.Map} This variable is set when the layer is added to the map, via the accessor function setMap().
{Object} An object containing any non-default properties to be sent to the overview map’s map constructor.
{Array(OpenLayers.Marker)} internal marker list
{Array} A list of tile matrix identifiers.
{String} One of the advertised matrix set identifiers.
{Integer} Maximum depth for recursive loading external KML URLs Defaults to 0: do no external fetching
{<OpenLayers.Bounds>|Array} If provided as an array, the array should consist of four values (left, bottom, right, top).
{<OpenLayers.Bounds>|Array} If provided as an array, the array should consist of four values (left, bottom, right, top).
{Integer} Maximum number of features to return from a query in single mode if supported by the protocol.
{Integer} Maximum number of features to return from a WMS query.
{Integer} Maximum number of features to return from a WMTS query.
{Number} The maximum number of points to generate in the grid.
{Number} If set, requests that would result in GET urls with more characters than the number provided will be made using form-encoded HTTP POST.
{Boolean} Start as maximized (visible).
{Float} The ratio of the overview map resolution to the main map resolution at which to zoom farther in on the overview map.
{String} Value of the maxRecords attribute of the GetRecords element, specifies the maximum number of records in the GetRecords response, 10 is the default.
{Float} Default max is 360 deg / 256 px, which corresponds to zoom level 0 on gmaps.
{Float} Required if you are not displaying the whole world on a tile with the size specified in tileSize.
{Float}
{Float}
{Number} or {String} maximum scale at which to draw the feature.
{OpenLayers.Size} Maximum size allowed for the popup’s contents.
{OpenLayers.Size}
{Number} The maximum number of vertices which can be drawn by this handler.
{Object} Optional url parameters for the Get Imagery Metadata request as described here: http://msdn.microsoft.com/en-us/library/ff701716.aspx
{<OpenLayers.Bounds>|Array} If provided as an array, the array should consist of four values (left, bottom, right, top).
{<OpenLayers.Bounds>|Array} If provided as an array, the array should consist of four values (left, bottom, right, top).
{Float} The ratio of the overview map resolution to the main map resolution at which to zoom farther out on the overview map.
{String} Replacement style class name for the extent rectangle when minRectSize is reached.
{Integer} The minimum width or height (in pixels) of the extent rectangle on the overview map.
{Float}
{Float}
{Float}
{Float}
{Number} or {String} minimum scale at which to draw the feature.
{OpenLayers.Size} Minimum size allowed for the popup’s contents.
{OpenLayers.Size}
{Integer} Bitfields specifying the modification mode.
{Object} An object with the originals of the geometry and attributes of the feature, if they were changed.
{Boolean} Cast features to multi-part geometries before passing to the layer.
{Boolean} Cast features to multi-part geometries before passing to the layer.
{Boolean} Allow selection of multiple geometries.
{Boolean} Allow selection of multiple geometries.
{String} An event modifier (‘altKey’ or ‘shiftKey’) that temporarily sets the multiple property to true.
{Boolean} Support multiple symbolizers per rule.
{Boolean} If source and target layers are the same, split source features and target features where they intersect.
{String} Name of the function.
{String}
{String} Layer name.
{String} The layer name.
{String} name of this rule
{String}
{String} Style identifier.
{Boolean} Generate a namedLayers array.
{String} For “pretty” printing, the newline string will be used at the end of each name/value pair or array item.
{OpenLayers.Control} A button type control whose trigger method restores the next state managed by this control.
{Object} Set this property on the options argument of the constructor to set optional properties on the next control.
{Boolean} If true, the image format will not be automagicaly switched from image/jpeg to image/png or image/gif when using TRANSPARENT=TRUE.
{Integer}
{Integer} How many tiles are still loading?
{Integer} The number of points to use in each graticule line.
{Integer}
{Integer} Number of zoom levels for the map.
{DOMelement|String} The DOM element to handle keys for.
{Function} Define this function if you want to know when a feature is done dragging.
{Function} Define this function if you want to know about each move of a feature.
{Function} Define this function if you want to know when the mouse goes over a feature and thereby makes this feature a candidate for dragging.
{Function} Define this function if you want to know when the mouse goes out of the feature that was dragged.
{Function} Deprecated.
{Function} Deprecated.
{Function} Deprecated.
{Function} Optional function to be called when a feature is selected.
{Function} Define this function if you want to know when a drag starts.
{Function} Optional function to be called when a feature is unselected.
{Float} The layer’s opacity.
{Object} The options object passed to the class constructor.
{OpenLayers.LonLat} Grid origin.
{String} Either “features” or “object”.
{String} Value of the outputFormat attribute of the GetRecords element, specifies the format of the GetRecords response, “application/xml” is the default.
{String} Value of the outputSchema attribute of the GetRecords element, specifies the schema of the GetRecords response.
{Boolean} Optional override to change the OpenLayers.DOTS_PER_INCH setting based on the tile information in the server capabilities object.
{OpenLayers.Map} A reference to the overview map itself.
Close