Fix ricerca coordinate con google maps
This commit is contained in:
parent
90c31c9d23
commit
66d6912c92
|
@ -71,7 +71,7 @@ switch (post('op')) {
|
||||||
|
|
||||||
case 'ricerca-coordinate-google':
|
case 'ricerca-coordinate-google':
|
||||||
$curl = new CurlHttpAdapter();
|
$curl = new CurlHttpAdapter();
|
||||||
$geocoder = new GoogleMaps($curl, null, null, true, $google);
|
$geocoder = new GoogleMaps($curl, 'IT-it', null, true, $google);
|
||||||
|
|
||||||
foreach ($id_records as $id) {
|
foreach ($id_records as $id) {
|
||||||
$anagrafica = Anagrafica::find($id);
|
$anagrafica = Anagrafica::find($id);
|
||||||
|
|
Loading…
Reference in New Issue