You are here

function openlayers_views_style_data_image::option_definition in Openlayers 7.2

Set default options

Overrides views_plugin_style->option_definition

Overrides views_plugin_style::option_definition

File

modules/openlayers_views/views/openlayers_views_style_data_image.inc, line 24
This file holds style plugin for OpenLayers Views

Class

openlayers_views_style_data_image
@class Extension of the Views Plugin Style for OpenLayers

Code

function option_definition() {
  $options = parent::option_definition();
  $options['config'] = array();
  return $options;
}