function openlayers_behavior_cluster::js_dependency in Openlayers 6.2
Same name and namespace in other branches
- 7.2 plugins/behaviors/openlayers_behavior_cluster.inc \openlayers_behavior_cluster::js_dependency()
OpenLayers library dependency.
Overrides openlayers_behavior::js_dependency
File
- includes/
behaviors/ openlayers_behavior_cluster.inc, line 26 - Implementation of OpenLayers Cluster behavior.
Class
- openlayers_behavior_cluster
- Cluster behavior
Code
function js_dependency() {
return array(
'OpenLayers.Strategy.Cluster',
);
}