You are here

location.sl.inc in Location 7.4

File

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

// Sierra Leone
function location_province_list_sl() {
  return array(
    'E' => "Eastern",
    'N' => "Northern",
    'S' => "Southern",
    'W' => "Western",
  );
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_sl() {
  return array(
    'minlng' => -13.39655,
    'minlat' => 6.905,
    'maxlng' => -10.2617,
    'maxlat' => 10.008,
  );
}

Functions

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