You are here

function openlayers_layer_type::options_form in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 openlayers.module \openlayers_layer_type::options_form()
12 methods override openlayers_layer_type::options_form()
openlayers_layer_type_cloudmade::options_form in includes/layer_types/cloudmade.inc
Options form which generates layers
openlayers_layer_type_google::options_form in includes/layer_types/google.inc
Options form which generates layers
openlayers_layer_type_kml::options_form in includes/layer_types/kml.inc
Options form which generates layers
openlayers_layer_type_maptiler::options_form in includes/layer_types/maptiler.inc
Options form which generates layers
openlayers_layer_type_openlayers_views_vector::options_form in modules/openlayers_views/includes/layer_types/openlayers_views_vector.inc
Options form which generates layers

... See full list

File

./openlayers.module, line 909
Main OpenLayers API File

Class

openlayers_layer_type
We define base classes in the core module. All other parent classes can be autoloaded through ctools.

Code

function options_form() {
  return array();
}