You are here

function openlayers_openlayers_projections in Openlayers 7.2

Implements hook_openlayers_projections().

File

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

Code

function openlayers_openlayers_projections() {
  module_load_include('inc', 'openlayers', 'includes/openlayers.projections');
  return _openlayers_openlayers_projections();
}