Kaynağa Gözat

changed maps from .com to .co.uk

master
memespring 17 yıl önce
ebeveyn
işleme
939cb061b9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      docs/include/scraper_support.php

+ 1
- 1
docs/include/scraper_support.php Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet