X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5a772a5770b4c0ced10e7da95dee17e5052ff8de..ec8963f3d2e18a197aee8576889400fb058150d3:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index f0e03de5..1dd5a0e5 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;