You are here

function openlayers_test_rnd_int::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_int.inc, line 27
Test

Class

openlayers_test_rnd_int
Style Plugin for testing purposes.

Code

function options_init() {
  return array(
    'low' => 1,
    'high' => 10,
  );
}