openlayers.default_openlayers_projections.inc 214 B

1234567891011121314
  1. <?php
  2. /**
  3. * @file
  4. * Provide default projections.
  5. */
  6. /**
  7. * Implements hook_default_openlayers_projections().
  8. */
  9. function openlayers_default_openlayers_projections() {
  10. $export = array();
  11. return $export;
  12. }