You are here

function openlayers_layer_type_yahoo::options_init in Openlayers 6.2

Provide initial values for options.

Overrides openlayers_layer_type::options_init

1 call to openlayers_layer_type_yahoo::options_init()
openlayers_layer_type_yahoo::__construct in includes/layer_types/yahoo.inc

File

includes/layer_types/yahoo.inc, line 24
Yahoo Layer Type

Class

openlayers_layer_type_yahoo
OpenLayers Yahoo Layer Type class

Code

function options_init() {
  return array(
    'projection' => array(
      '900913',
    ),
    'layer_type' => 'yahoo',
    'layer_handler' => 'yahoo',
  );
}