mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
remove debug putput
This commit is contained in:
@@ -305,7 +305,6 @@
|
||||
if (isset($_GET['nearlat']) && isset($_GET['nearlon']))
|
||||
{
|
||||
$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]['fLon'] = (float)$_GET['nearlon'];
|
||||
$aSearches[0]['fRadius'] = 0.1;
|
||||
|
||||
Reference in New Issue
Block a user