You are here

function openlayers_cck_vector_layer::options_init in Openlayers 6.2

Provide initial values for options.

Overrides openlayers_behavior::options_init

File

modules/openlayers_cck/includes/behaviors/openlayers_cck_vector_layer.inc, line 15
Implementation of OpenLayers behavior.

Class

openlayers_cck_vector_layer
Vector Layer Behavior

Code

function options_init() {
  return array(
    'features' => '',
  );
}