]> git.openstreetmap.org Git - nominatim.git/commitdiff
Revert "increase inital search radius for reverse"
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 1 Jul 2013 17:58:27 +0000 (19:58 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 1 Jul 2013 17:58:27 +0000 (19:58 +0200)
This reverts commit 8d7eb9da6656fee0d924a5a2f5a5caf0671a9a41.

website/reverse.php

index 391e4b500a334c8a54bbb4dbf234f22e4c885528..708aaf789ead889bd07a9fc6126ca15728d7026e 100755 (executable)
@@ -63,7 +63,7 @@
                $iMaxRank = (isset($_GET['zoom']) && isset($aZoomRank[$_GET['zoom']]))?$aZoomRank[$_GET['zoom']]:28;
 
                // Find the nearest point
-               $fSearchDiam = 0.0008;
+               $fSearchDiam = 0.0004;
                $iPlaceID = null;
                $aArea = false;
                $fMaxAreaDistance = 1;