You are here

function openlayers_plus_behavior_tooltips_field::options_init in OpenLayers Plus 7

Same name and namespace in other branches
  1. 7.3 behaviors/openlayers_plus_behavior_tooltips_field.inc \Openlayers_plus_behavior_tooltips_field::options_init()
  2. 7.2 behaviors/openlayers_plus_behavior_tooltips_field.inc \Openlayers_plus_behavior_tooltips_field::options_init()

Override of options_init().

Overrides openlayers_behavior::options_init

File

behaviors/openlayers_plus_behavior_tooltips_field.inc, line 7

Class

openlayers_plus_behavior_tooltips_field

Code

function options_init() {
  return array(
    'positioned' => FALSE,
  );
}