Explorar el Código

changed maps from .com to .co.uk

master
memespring hace 17 años
padre
commit
939cb061b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      docs/include/scraper_support.php

+ 1
- 1
docs/include/scraper_support.php Ver fichero

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


Cargando…
Cancelar
Guardar