]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove debug putput
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 6 May 2013 19:33:01 +0000 (21:33 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 6 May 2013 19:33:01 +0000 (21:33 +0200)
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;