X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7d74bf781c3db408d26b200c72fbbb85371f0ed0..69f30e8e193b5be4b7fc6b504641e6d17fe1827b:/lib/Geocode.php?ds=inline diff --git a/lib/Geocode.php b/lib/Geocode.php index 8b153d9a..b176701c 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;