You are here

function location_bounds_nc in Location 7.3

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

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

File

supported/location.nc.inc, line 22
New Caledonia.

Code

function location_bounds_nc() {
  return array(
    'minlng' => 159.8613,
    'minlat' => -22.9837,
    'maxlng' => 168.914,
    'maxlat' => -18.4219,
  );
}