X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f29c7bf910ea36fdc2cc70ba63c6dcece79c7b6c..1d8e2961f0527a548989c1e38bb062f2f9e5877e:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 6cc2e4cb..18526f43 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -20,7 +20,7 @@ class Geocode protected $bIncludeAddressDetails = false; protected $aExcludePlaceIDs = array(); - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10;