X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/80f6aca0c22984b79e24a19bc602258dd3caeb34..7284689b500e2af43692983cf07d4b3d2649e02b:/lib-php/template/search-batch-json.php diff --git a/lib-php/template/search-batch-json.php b/lib-php/template/search-batch-json.php index c4bc29cb..430237a2 100644 --- a/lib-php/template/search-batch-json.php +++ b/lib-php/template/search-batch-json.php @@ -1,11 +1,21 @@ $aPointDetails) { $aPlace = array( @@ -50,7 +60,7 @@ foreach ($aBatchResults as $aSearchResults) { } if (isset($aPointDetails['asgeojson'])) { - $aPlace['geojson'] = json_decode($aPointDetails['asgeojson']); + $aPlace['geojson'] = json_decode($aPointDetails['asgeojson'], true); } if (isset($aPointDetails['assvg'])) {