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