X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/c555b60b366d6efb9acada65e0212196837a8b0f..473bbb7234dc21a74b3d7ed0115a02ca3379014b:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 68a9a7cb..e9b304d2 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;