]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / lib / Geocode.php
index bc81bced6918eb204f3ef9563cc39a9e5408bfcb..af3262f9e7e866780be904fa7b870aed52471b33 100644 (file)
@@ -18,7 +18,7 @@ class Geocode
     protected $aLangPrefOrder = array();
 
     protected $aExcludePlaceIDs = array();
-    protected $bReverseInPlan = false;
+    protected $bReverseInPlan = true;
 
     protected $iLimit = 20;
     protected $iFinalLimit = 10;
@@ -770,7 +770,7 @@ class Geocode
                         }
                     }
 
-                    if ($iQueryLoop > 20) break;
+                    //if ($iQueryLoop > 20) break;
                 }
 
                 if (!empty($aResults)) {
@@ -842,8 +842,8 @@ class Geocode
                 }
 
                 if (!empty($aResults)) break;
-                if ($iGroupLoop > 4) break;
-                if ($iQueryLoop > 30) break;
+                //if ($iGroupLoop > 4) break;
+                //if ($iQueryLoop > 30) break;
             }
         } else {
             // Just interpret as a reverse geocode