You are here

function openlayers_test_rnd_factor::options_init in Openlayers 6.2

Provide initial values for options.

Overrides openlayers_style_plugin::options_init

File

tests/plugins/style_plugin/openlayers_test_rnd_factor.inc, line 27
Test

Class

openlayers_test_rnd_factor
Style Plugin for testing purposes.

Code

function options_init() {
  return array();
}