function openlayers_behavior_tooltip::render in Openlayers 6.2
Same name and namespace in other branches
- 7.2 plugins/behaviors/openlayers_behavior_tooltip.inc \openlayers_behavior_tooltip::render()
Render.
Overrides openlayers_behavior::render
File
- includes/
behaviors/ openlayers_behavior_tooltip.inc, line 50 - Implementation of OpenLayers behavior for tooltips.
Class
- openlayers_behavior_tooltip
- Attribution Behavior
Code
function render(&$map) {
drupal_add_js(drupal_get_path('module', 'openlayers') . '/includes/behaviors/js/openlayers_behavior_tooltip.js');
return $this->options;
}