X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ed16d5b6aa35f3ef315338bd6d292d4d1ef653fb..6a4192d3d18e9db2dce7d8f9f1b229d5ae9f7c6f:/lib/Geocode.php 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;