X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f8a5f2964fb4fdcaa774f1149dc6007012af3a2a..bda330a87d7e6de044d4a47e61ded8c4a49fe61e:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index bc81bced..7ab53d97 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;