X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/97bc185152af04b2f7baaf839e1b0eb0ea789d46..99d52aed1b5c07459fa5c99e2eef114d612c7c0e:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index e02aae94..4b2ae662 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -26,7 +26,7 @@ class Geocode protected $aExcludePlaceIDs = array(); protected $bDeDupe = true; - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10;