Browse Source

changed maps from .com to .co.uk

master
memespring 17 years ago
parent
commit
939cb061b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/include/scraper_support.php

+ 1
- 1
docs/include/scraper_support.php View File

@@ -259,7 +259,7 @@ function scrape_applications_islington ($search_url, $info_url_base, $comment_ur
//Google maps url
function googlemap_url_from_postcode($postcode, $zoom = 15){
$postcode = strtolower(str_replace(" ", "+", $postcode));
return "http://maps.google.com/maps?q=$postcode&z=$zoom";
return "http://maps.google.co.uk/maps?q=$postcode&z=$zoom";
}
//postcode to location


Loading…
Cancel
Save