mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
use correct source for radius column in debug view
This commit is contained in:
@@ -548,10 +548,10 @@ function _debugDumpGroupedSearches($aData, $aTokens)
|
|||||||
if ($aRow['oNear']) {
|
if ($aRow['oNear']) {
|
||||||
echo "<td>".$aRow['oNear']->lat()."</td>";
|
echo "<td>".$aRow['oNear']->lat()."</td>";
|
||||||
echo "<td>".$aRow['oNear']->lon()."</td>";
|
echo "<td>".$aRow['oNear']->lon()."</td>";
|
||||||
|
echo "<td>".$aRow['oNear']->radius()."</td>";
|
||||||
} else {
|
} else {
|
||||||
echo "<td></td><td></td>";
|
echo "<td></td><td></td><td></td>";
|
||||||
}
|
}
|
||||||
echo "<td>".$aRow['fRadius']."</td>";
|
|
||||||
|
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user