| 123456789101112131415161718192021 | <?php// Nigerfunction location_province_list_ne() {  return array(  );}/** * Returns minimum and maximum latitude and longitude needed to create a bounding box. */function location_bounds_ne() {  return array(    'minlng' => 0.09595,    'minlat' => 11.814233,    'maxlng' => 15.95105,    'maxlat' => 23.507833,  );}
 |