You are here

function openlayers_openlayers_maps in Openlayers 7.2

Implements hook_openlayers_maps().

File

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

Code

function openlayers_openlayers_maps() {
  module_load_include('inc', 'openlayers', 'includes/openlayers.maps');
  return _openlayers_openlayers_maps();
}