X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/788ba6d985a47ac9429ca1af68485668313e73a5..e6a81e8deceae44211ba9d12096edb99efc4a015:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index b07d1ade..8e71d761 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -18,7 +18,7 @@ class Geocode protected $aLangPrefOrder = array(); protected $aExcludePlaceIDs = array(); - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10;