You are here

function openlayers_style_plugin::options_init in Openlayers 6.2

Initial default options.

Return value

Array of default options.

2 methods override openlayers_style_plugin::options_init()
openlayers_test_rnd_factor::options_init in tests/plugins/style_plugin/openlayers_test_rnd_factor.inc
Provide initial values for options.
openlayers_test_rnd_int::options_init in tests/plugins/style_plugin/openlayers_test_rnd_int.inc
Provide initial values for options.

File

./openlayers.module, line 977
Main OpenLayers API File

Class

openlayers_style_plugin
Base class for style plugins

Code

function options_init() {
  return array();
}