You are here

function openlayers_layer_type_raw::options_form in Openlayers 7.2

Same name and namespace in other branches
  1. 6.2 includes/layer_types/raw.inc \openlayers_layer_type_raw::options_form()

Options form which generates layers

Overrides openlayers_layer_type::options_form

File

plugins/layer_types/openlayers_layer_type_raw.inc, line 26
Raw Layer Type

Class

openlayers_layer_type_raw
@file OpenLayers Raw Layer Type

Code

function options_form($defaults = array()) {
  return array();
}