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