X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7caa67d8ecb622c6f6fe300156a820f71101e61a..08f77067cb4b32c91f991924ff718a0508f0fbef:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 496a3c6b..97fc6371 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -19,7 +19,7 @@ class Geocode protected $bIncludeAddressDetails = false; protected $aExcludePlaceIDs = array(); - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10;