You are here

location.rs.inc in Location 7.4

File

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

// Serbia
function location_province_list_rs() {
  return array();
}

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

  // NaturalEarth 10m Admin 0 - Countries (v1.3.0)
  // EPSG:900913
  return array(
    'minlng' => 18.8448339,
    'minlat' => 42.234953,
    'maxlng' => 22.9844779,
    'maxlat' => 46.1740665,
  );
}

Functions

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