X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/919b1b42fa1c2823bb7945d3988e3b67f1b006fb..c3940466b817a4c10a956f61c43d6bee3214dd40:/lib/Geocode.php?ds=inline 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;