From: Sarah Hoffmann Date: Mon, 18 Sep 2017 21:06:30 +0000 (+0200) Subject: fix display of nearpoint in debug view X-Git-Tag: v3.1.0~78 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/ce95c55d656a06272177d2c41410322bf3a14817?ds=inline;hp=-c fix display of nearpoint in debug view --- ce95c55d656a06272177d2c41410322bf3a14817 diff --git a/lib/lib.php b/lib/lib.php index 8f353a4d..a5439ef2 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -545,8 +545,8 @@ function _debugDumpGroupedSearches($aData, $aTokens) echo "".$aRow['sPostcode'].""; echo "".$aRow['sHouseNumber'].""; - echo "".$aRow['fLat'].""; - echo "".$aRow['fLon'].""; + echo "".$aRow['oNear']->lat().""; + echo "".$aRow['oNear']->lon().""; echo "".$aRow['fRadius'].""; echo "";