You are here

function openlayers_test_openlayers_maps in Openlayers 7.2

Implements hook_openlayers_maps().

File

tests/openlayers_test.module, line 76
Main OpenLayers Test Module file

Code

function openlayers_test_openlayers_maps() {
  module_load_include('inc', 'openlayers_test', 'includes/openlayers_test.maps');
  return _openlayers_test_openlayers_maps();
}