]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/search.php
remove debug putput
[nominatim.git] / website / search.php
index 816b248cb011a6a793dee93e6d782587e45ec313..3b0d6ffba80051fc4e5484a3afa6743657fe18fd 100755 (executable)
                        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;