Fix ricerca coordinate con google maps

This commit is contained in:
Matteo 2023-12-15 12:11:24 +01:00 committed by GitHub
parent 90c31c9d23
commit 66d6912c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ switch (post('op')) {
case 'ricerca-coordinate-google':
$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) {
$anagrafica = Anagrafica::find($id);