]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
update osm2pgsql (conscription number patch)
[nominatim.git] / website / reverse.php
index ab68a84978e303eaccd2a39a559c71d13667ce44..33e6cd5e638b4986469a3bc1bf4168472c348177 100755 (executable)
@@ -75,7 +75,7 @@
                $iMaxRank = (isset($_GET['zoom']) && isset($aZoomRank[$_GET['zoom']]))?$aZoomRank[$_GET['zoom']]:28;
 
                // Find the nearest point
-               $fSearchDiam = 0.0001;
+               $fSearchDiam = 0.0004;
                $iPlaceID = null;
                $aArea = false;
                $fMaxAreaDistance = 1;