You are here

function openlayers_layer_type::options_init in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 openlayers.module \openlayers_layer_type::options_init()
1 call to openlayers_layer_type::options_init()
openlayers_layer_type::__construct in ./openlayers.module
12 methods override openlayers_layer_type::options_init()
openlayers_layer_type_cloudmade::options_init in includes/layer_types/cloudmade.inc
Provide initial values for options.
openlayers_layer_type_google::options_init in includes/layer_types/google.inc
Provide initial values for options.
openlayers_layer_type_kml::options_init in includes/layer_types/kml.inc
Provide initial values for options.
openlayers_layer_type_maptiler::options_init in includes/layer_types/maptiler.inc
Provide initial values for options.
openlayers_layer_type_openlayers_views_vector::options_init in modules/openlayers_views/includes/layer_types/openlayers_views_vector.inc
Provide initial values for options.

... See full list

File

./openlayers.module, line 905
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_init() {
  return array();
}