You are here

location.fk.inc in Location 7.3

Falkland Islands (Malvinas).

File

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

/**
 * @file
 * Falkland Islands (Malvinas).
 */

/**
 * Returns an associative array of states/territories.
 */
function location_province_list_fk() {
  return array();
}

/**
 * Returns minimum and maximum latitude and longitude needed to create a bounding box.
 */
function location_bounds_fk() {

  // NaturalEarth 10m Admin 0 - Countries (v1.3.0)
  // EPSG:900913
  return array(
    'minlng' => -61.317441,
    'minlat' => -52.341765,
    'maxlng' => -57.733603,
    'maxlat' => -51.027736,
  );
}

Functions

Namesort descending Description
location_bounds_fk Returns minimum and maximum latitude and longitude needed to create a bounding box.
location_province_list_fk Returns an associative array of states/territories.