Behaviors are bundled functionality for maps. There are a number of behaviors available to maps, each with their own properties.

General Properties

Tooltips

Example:
'behaviors' = array(
  'openlayers_views_tooltip_id' = array(
    'id' => 'openlayers_views_tooltip_id',
    'type' => 'openlayers_behaviors_tooltip',
    'layer' => 'layer_name',
    'attribute' => 'openlayers_tooltip',
  ),
),

Popups

Example:
'behaviors' = array(
  'openlayers_views_popup' = array(
    'id' => 'openlayers_views_popup',
    'type' => 'openlayers_behaviors_popup',
    'attribute' => 'openlayers_popup',
  ),
),

Draw Features

Zoom to Layer(s)

Cluster

Declutter

Fullscreen