]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
revert customizations prior to merge of refactoring
[nominatim.git] / lib / Geocode.php
index fbb1b4e03f78df853a1e98c95915dd5e1512cb72..15915f940133273991916093a6d145e75cbe8ece 100644 (file)
@@ -25,7 +25,7 @@ class Geocode
 
     protected $aExcludePlaceIDs = array();
     protected $bDeDupe = true;
-    protected $bReverseInPlan = false;
+    protected $bReverseInPlan = true;
 
     protected $iLimit = 20;
     protected $iFinalLimit = 10;