소스 검색

changed maps from .com to .co.uk

import/raw
memespring 17 년 전
부모
커밋
b0dfc1d88d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      trunk/docs/include/scraper_support.php

+ 1
- 1
trunk/docs/include/scraper_support.php 파일 보기

@@ -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


불러오는 중...
취소
저장