Creates a blank OpenLayers.Layer.Vector object that can be used by other widgets.
Sample configuration of the widget :
<vectorlayer>
  <name>W_MyVectorLayer</name>
  <options>
    <title>Cosmetic</title>
  </options>
</vectorlayer>
N/A
| title: | (String) The string value to use as the layer’s name (OpenLayers). | 
|---|
You can also define any of the Layer widget option as well that are valid OpenLayers.Layer.Vector API properties.
N/A
read