class openlayers_behavior_overviewmap in Openlayers 6.2
Same name and namespace in other branches
- 7.2 plugins/behaviors/openlayers_behavior_overviewmap.inc \openlayers_behavior_overviewmap
Mouse Potision Behavior
Hierarchy
- class \openlayers_behavior
Expanded class hierarchy of openlayers_behavior_overviewmap
File
- includes/
behaviors/ openlayers_behavior_overviewmap.inc, line 11 - Implementation of OpenLayers behavior.
View source
class openlayers_behavior_overviewmap extends openlayers_behavior {
/**
* Provide initial values for options.
*/
function options_init() {
return array(
'overviewmap' => '',
);
}
/**
* Render.
*/
function render(&$map) {
// drupal_add_js(drupal_get_path('module', 'openlayers') .'/includes/behaviors/js/openlayers_behavior_mouseposition.js');
return $this->options;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
openlayers_behavior:: |
property | |||
openlayers_behavior:: |
function | 15 | ||
openlayers_behavior:: |
function | 18 | ||
openlayers_behavior:: |
function | |||
openlayers_behavior_overviewmap:: |
function |
Provide initial values for options. Overrides openlayers_behavior:: |
||
openlayers_behavior_overviewmap:: |
function |
Render. Overrides openlayers_behavior:: |