You are here

location.ps.inc in Location 7.3

Palestinian Territory, Occupied.

File

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

/**
 * @file
 * Palestinian Territory, Occupied.
 */

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

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

  // NaturalEarth 10m Admin 0 - Countries (v1.3.0)
  // EPSG:900913
  return array(
    'minlng' => 34.8671529,
    'minlat' => 31.3449095,
    'maxlng' => 35.5725362,
    'maxlat' => 32.54264,
  );
}

Functions

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