X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0e4f80bf1bcedcb595a844ff7e1b6fd106ca2356..fed2c307a7832ab8ffd3df04bb279df808be08d2:/lib/template/search-batch-json.php diff --git a/lib/template/search-batch-json.php b/lib/template/search-batch-json.php index 40b27a72..c4bc29cb 100644 --- a/lib/template/search-batch-json.php +++ b/lib/template/search-batch-json.php @@ -25,10 +25,6 @@ foreach ($aBatchResults as $aSearchResults) { $aPointDetails['aBoundingBox'][2], $aPointDetails['aBoundingBox'][3] ); - - if (isset($aPointDetails['aPolyPoints']) && $bShowPolygons) { - $aPlace['polygonpoints'] = $aPointDetails['aPolyPoints']; - } } if (isset($aPointDetails['zoom'])) {