- Issue created by @achrafon
We are encountering an issue with setting the map region`region=MA` parameter in the Geofield module with Google Maps API,
it tried to solve this in GoogleMapsService.php:
$api_url = isset($this->gmapApiLocalization[$index]) ? $web_protocol . $this->gmapApiLocalization[$index] : $web_protocol . $this->gmapApiLocalization['default'];
$api_url .= '?region=MA';
return $api_url;
}
But unfortunately its not working, any solution to this please?
Thanks in advance
Active
3.0
Code