location.ax.inc in Location 7.3
Same filename and directory in other branches
Aland Islands.
File
supported/location.ax.incView source
<?php
/**
* @file
* Aland Islands.
*/
/**
* Returns an associative array of states/territories.
*/
function location_province_list_ax() {
return array();
}
/**
* Returns minimum and maximum latitude and longitude needed to create a bounding box.
*/
function location_bounds_ax() {
// NaturalEarth 10m Admin 0 - Countries (v1.3.0)
// EPSG:900913
return array(
'minlng' => 19.5137748,
'minlat' => 59.9044583,
'maxlng' => 21.0966239,
'maxlat' => 60.4807538,
);
}
Functions
Name | Description |
---|---|
location_bounds_ax | Returns minimum and maximum latitude and longitude needed to create a bounding box. |
location_province_list_ax | Returns an associative array of states/territories. |