You are here

location.fm.inc in Location 7.4

File

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

// Micronesia, Federated States of
function location_province_list_fm() {
  return array(
    'C' => "Chuuk",
    'K' => "Kosrae",
    'P' => "Pohnpei",
    'Y' => "Yap",
  );
}

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

  // NaturalEarth 10m Admin 0 - Countries (v1.3.0)
  // EPSG:900913
  return array(
    'minlng' => 138.064058,
    'minlat' => 5.2697053,
    'maxlng' => 163.04677,
    'maxlat' => 9.58869232,
  );
}

Functions

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