You are here

public function OpenlayersPlusBehaviorTooltips::OptionsInit in OpenLayers Plus 7.2

Override of options_init().

File

behaviors/openlayers_plus_behavior_tooltips.inc, line 12
An interaction with point-based maps that result in following links on hover.

Class

OpenlayersPlusBehaviorTooltips
@file An interaction with point-based maps that result in following links on hover.

Code

public function OptionsInit() {
  return array(
    'positioned' => FALSE,
    'layers' => array(),
  );
}