OpenLayers. Layer. Boxes

Draw divs as ‘boes’ on the layer.

Inherits from

Summary
Draw divs as ‘boes’ on the layer.
Calculate the pixel location for the marker, create it, and add it to the layer’s div

Constructor

OpenLayers. Layer. Boxes

Parameters

name{String}
options{Object} Hashtable of extra options to tag onto the layer

Functions

drawMarker

drawMarker: function(marker)

Calculate the pixel location for the marker, create it, and add it to the layer’s div

Parameters

marker{OpenLayers.Marker.Box}

removeMarker

removeMarker: function(marker)

Parameters

marker{OpenLayers.Marker.Box}
drawMarker: function(marker)
Calculate the pixel location for the marker, create it, and add it to the layer’s div
removeMarker: function(marker)