X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/75f951d254127d8857b6ad95cac241917f88e542..986956e4b43c8ca1890125c9cafcbb97bcc5325a:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 492c6865..94816283 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -18,7 +18,7 @@ class Geocode protected $aLangPrefOrder = array(); protected $aExcludePlaceIDs = array(); - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10;