You are here

function openlayers_openlayers_presets in Openlayers 6.2

Same name and namespace in other branches
  1. 6 openlayers.module \openlayers_openlayers_presets()

Implementation of hook_openlayers_presets().

File

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

Code

function openlayers_openlayers_presets() {
  module_load_include('inc', 'openlayers', 'includes/openlayers.presets');
  return _openlayers_openlayers_presets();
}