X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fcf7fcee03c8d9a67e1ecace61df81aa81201936..4e99f8a3408d59f5c6bf8d934fda7bb3726f2da2:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index be543012..306255b5 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -27,7 +27,7 @@ class Geocode protected $aExcludePlaceIDs = array(); protected $bDeDupe = true; - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10;