X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3a2ddbe2e0f3320b9f21ae6f299d10477553d13d..054ea58df11dc3f82563b44d9e1f3a46198b1de7:/lib/Geocode.php?ds=inline diff --git a/lib/Geocode.php b/lib/Geocode.php index 0c93e0a9..3d6838b6 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;