location.lb.inc 338 B

123456789101112131415161718192021
  1. <?php
  2. // Lebanon
  3. function location_province_list_lb() {
  4. return array(
  5. );
  6. }
  7. /**
  8. * Returns minimum and maximum latitude and longitude needed to create a bounding box.
  9. */
  10. function location_bounds_lb() {
  11. return array(
  12. 'minlng' => 35.2636,
  13. 'minlat' => 33.262433,
  14. 'maxlng' => 36.56995,
  15. 'maxlat' => 34.720367,
  16. );
  17. }