You are here

function openlayers_layer_type_virtualearth::options_form in Openlayers 6.2

Options form which generates layers

Overrides openlayers_layer_type::options_form

File

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

Class

openlayers_layer_type_virtualearth
OpenLayers VirtualEarth Layer Type class

Code

function options_form() {
  return array(
    'layer_type' => array(
      '#type' => 'hidden',
      '#value' => 'openlayers_layer_type_virtualearth',
    ),
  );
}