fill interpolation array for reverse lookups via search endpoint

Fixes #540
This commit is contained in:
Sarah Hoffmann
2016-10-01 13:03:31 +02:00
parent 6bf90eb22f
commit 8b896f37f3
2 changed files with 7 additions and 0 deletions

View File

@@ -1480,6 +1480,7 @@ class Geocode
if ($aLookup['place_id']) {
$aSearchResults = $this->getDetails(array($aLookup['place_id'] => -1));
$aResultPlaceIDs[$aLookup['place_id']] = -1;
} else {
$aSearchResults = array();
}