X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/9908c93d4cec91b5109d4fbc83dde18b5076350f..0df5f77bc4c92e2f8f635105441779277435da67:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index e2fd7272..5343873f 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;