Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Geocode übergibt keinen API-Key #12

Description

@Xendiadyon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions