function openlayers_behavior_geolocate::js_dependency in Openlayers 7.2
Overrides openlayers_behavior::js_dependency
File
- plugins/
behaviors/ openlayers_behavior_geolocate.inc, line 61 - Implementation of OpenLayers behavior.
Class
- openlayers_behavior_geolocate
- Geolocate Behavior http://dev.openlayers.org/docs/files/OpenLayers/Control/Geolocate-js.html
Code
function js_dependency() {
return array(
'OpenLayers.Control.Geolocate',
);
}