You are here

function openlayers_behavior_cluster::js_dependency in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 includes/behaviors/openlayers_behavior_cluster.inc \openlayers_behavior_cluster::js_dependency()

OpenLayers library dependency.

Overrides openlayers_behavior::js_dependency

File

plugins/behaviors/openlayers_behavior_cluster.inc, line 49
Implementation of OpenLayers Cluster behavior.

Class

openlayers_behavior_cluster
Cluster behavior

Code

function js_dependency() {
  return array(
    'OpenLayers.Strategy.Cluster',
  );
}