X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/73e737d7756dd900fc5b797561ec0a66b0d3272e..92061778f82345dce7138d79519d2ada5733dccd:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index fbb1b4e0..15915f94 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -25,7 +25,7 @@ class Geocode protected $aExcludePlaceIDs = array(); protected $bDeDupe = true; - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10;