You are here

openlayers.default_openlayers_projections.inc in Openlayers 7.3

Provide default projections.

File

includes/openlayers.default_openlayers_projections.inc
View source
<?php

/**
 * @file
 * Provide default projections.
 */

/**
 * Implements hook_default_openlayers_projections().
 */
function openlayers_default_openlayers_projections() {
  $export = array();
  return $export;
}

Functions

Namesort descending Description
openlayers_default_openlayers_projections Implements hook_default_openlayers_projections().