You are here

function location_bounds_et in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.et.inc \location_bounds_et()
  2. 6.3 supported/location.et.inc \location_bounds_et()
  3. 7.5 supported/location.et.inc \location_bounds_et()
  4. 7.4 supported/location.et.inc \location_bounds_et()

Returns minimum and maximum latitude and longitude needed to create a bounding box.

File

supported/location.et.inc, line 30
Ethiopia.

Code

function location_bounds_et() {
  return array(
    'minlng' => 33.0563,
    'minlat' => 3.550567,
    'maxlng' => 47.97805,
    'maxlat' => 19.896167,
  );
}