git-svn-id: http://svn.openlayers.org/trunk/openlayers@1265 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
OpenLayers.Layer.Boxes
|
|
|
|
A subclass of the markers layer, this layer draws boxes using div elements
|
|
instead of icons using images.
|
|
|
|
* Constructor
|
|
OpenLayers.Layer.Boxes(name, options) -- Same as OpenLayers.Layer.Markers.
|