X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d68996127d70855f29035490e7e4eeb75f8dae8c..e929399d4dd23fa1571dd77cf489ef51d716f5cc:/lib/Geocode.php?ds=sidebyside diff --git a/lib/Geocode.php b/lib/Geocode.php index b9e26f03..59830623 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;