X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3505417e3f4f027ae554a2f1ffdb7a8796d58f91..2bf546fbf4a4e3509978d3360060a3d2dc665c5c:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index d5647c76..643af8e1 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;