X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d43f30903c5be80ee9cebc0f45fb661eb4d8b8db..0947b618085f7d46515a3ec06cab5ed818e8635f:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 57e9510f..12f9da37 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;