X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/329948e68522e9c48a4dbed327529632156233c6..1e902ef60797be97f8b95cc716af01789e8be14c:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 612c1a0f..1c84f14b 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;