You are here

function openlayers_openlayers_layer_types in Openlayers 6.2

Same name and namespace in other branches
  1. 7.2 openlayers.module \openlayers_openlayers_layer_types()

Implementation of hook_openlayers_layer_types().

File

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

Code

function openlayers_openlayers_layer_types() {
  module_load_include('inc', 'openlayers', 'includes/openlayers.layer_types');
  return _openlayers_openlayers_layer_types();
}