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