You are here

function openlayers_default_openlayers_projections in Openlayers 7.3

Implements hook_default_openlayers_projections().

File

includes/openlayers.default_openlayers_projections.inc, line 10
Provide default projections.

Code

function openlayers_default_openlayers_projections() {
  $export = array();
  return $export;
}