You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
$arrCoords = self::getInstance()->geoCode($strAddress, null, $strLang, $strCountry);
übergibt keinen API-Key bei der GeoCode-Abfrage. Neuerdings kann diese GeoCode-Abfrage also nicht mehr ausgeführt werden.
https://github.com/delahaye/dlh_geocode/blob/master/classes/GeoCode.php in Zeile 71:
$arrCoords = self::getInstance()->geoCode($strAddress, null, $strLang, $strCountry);übergibt keinen API-Key bei der GeoCode-Abfrage. Neuerdings kann diese GeoCode-Abfrage also nicht mehr ausgeführt werden.
Es müsste heißen:
$arrCoords = self::getInstance()->geoCode($strAddress, null, $strLang, $strCountry, null, $key);Vielen Dank.