oll:Vector

Used to render vector data from a variety of sources.

Inherits from

See also

  • oll namespace
  • {<OpenLayers.Layer.Vector>}
Summary
oll:VectorUsed to render vector data from a variety of sources.
Configurable Properties
name{String}
isFixed{Boolean} Whether the layer remains in one place while dragging the map.
isVector{Boolean} Whether the layer is a vector layer.
features{Object []}
reportError{Boolean} Report friendly error message when loading of renderer fails.
style{Object} Default style for the layer
rendererOptions{Object} Options for the renderer.
geometryType{String} Allows limiting the types of geometries this layer supports.

Configurable Properties

name

{String}

isFixed

{Boolean} Whether the layer remains in one place while dragging the map.

isVector

{Boolean} Whether the layer is a vector layer.

features

{Object []}

reportError

{Boolean} Report friendly error message when loading of renderer fails.

style

{Object} Default style for the layer

rendererOptions

{Object} Options for the renderer.  See {<OpenLayers.Renderer>} for supported options.

geometryType

{String} Allows limiting the types of geometries this layer supports.  This should be set to something like “OpenLayers.Geometry.Point” to limit types.

Abstract base component for layer configurations.
Namespace for OpenLayers layers.