You are here

function openlayers_layer_type_openlayers_views_vector::options_form in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 modules/openlayers_views/plugins/layer_types/openlayers_views_vector.inc \openlayers_layer_type_openlayers_views_vector::options_form()

Options form which generates layers

Overrides openlayers_layer_type::options_form

File

modules/openlayers_views/includes/layer_types/openlayers_views_vector.inc, line 22
OpenLayers Views Vector Layer Type

Class

openlayers_layer_type_openlayers_views_vector
@file OpenLayers Views Vector Layer Type

Code

function options_form() {
  return array();
}