X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f2ff351da4f961734d47e027ca1f27758e6b2c81..b1b25d9a10ea7b97e12effc4313f140c17730c78:/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;