X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7a94872413bbf305386322364b66bdc41c22ff4e..13fb92a9832fa8eef342638ae5d9347811834c79:/lib/Geocode.php?ds=inline diff --git a/lib/Geocode.php b/lib/Geocode.php index 55dd46e7..3336790f 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;