mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
remove debug putput
This commit is contained in:
@@ -305,7 +305,6 @@
|
|||||||
if (isset($_GET['nearlat']) && isset($_GET['nearlon']))
|
if (isset($_GET['nearlat']) && isset($_GET['nearlon']))
|
||||||
{
|
{
|
||||||
$sNearPointSQL = "ST_SetSRID(ST_Point(".(float)$_GET['nearlon'].",".(float)$_GET['nearlat']."),4326)";
|
$sNearPointSQL = "ST_SetSRID(ST_Point(".(float)$_GET['nearlon'].",".(float)$_GET['nearlat']."),4326)";
|
||||||
echo '<br><b>--'.$sNearPointSQL.'--</b><br>';
|
|
||||||
$aSearches[0]['fLat'] = (float)$_GET['nearlat'];
|
$aSearches[0]['fLat'] = (float)$_GET['nearlat'];
|
||||||
$aSearches[0]['fLon'] = (float)$_GET['nearlon'];
|
$aSearches[0]['fLon'] = (float)$_GET['nearlon'];
|
||||||
$aSearches[0]['fRadius'] = 0.1;
|
$aSearches[0]['fRadius'] = 0.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user