You are here

function openlayers_layer_type_virtualearth::options_init in Openlayers 6.2

Provide initial values for options.

Overrides openlayers_layer_type::options_init

1 call to openlayers_layer_type_virtualearth::options_init()
openlayers_layer_type_virtualearth::__construct in includes/layer_types/virtualearth.inc

File

includes/layer_types/virtualearth.inc, line 26
OpenLayers VirtualEarth layer type

Class

openlayers_layer_type_virtualearth
OpenLayers VirtualEarth Layer Type class

Code

function options_init() {
  return array(
    'layer_type' => 'virtualearth',
    'layer_handler' => 'virtualearth',
  );
}