You are here

location.er.inc in Location 7.4

File

supported/location.er.inc
View source
<?php

// Eritrea
function location_province_list_er() {
  return array(
    'MA' => "Central (Maekel)",
    'KE' => "Anseba (Keren)",
    'DK' => "Southern Red Sea (Debub-Keih-Bahri)",
    'SK' => "Northern Red Sea (Semien-Keih-Bahri)",
    'DE' => "Southern (Debub)",
    'BR' => "Gash-Barka (Barentu)",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_er() {
  return array(
    'minlng' => 36.3629,
    'minlat' => 12.344214,
    'maxlng' => 43.0529,
    'maxlat' => 18.039133,
  );
}

Functions

Namesort descending Description
location_bounds_er Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_er