X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8531339b4eb3dc8244551abf64ffe217868a7167..2cbc9d8f12ae6c7e9345053fa75d136041872932:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index f45b2caa..c1d0c46f 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;