]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
switch remaining settings to dotenv format
[nominatim.git] / lib / Geocode.php
index 57e9510f7fc171c2aaa78c73343041bbc47ddfee..12f9da37550f856e47a128641a275813d9c4e9de 100644 (file)
@@ -18,7 +18,7 @@ class Geocode
     protected $aLangPrefOrder = array();
 
     protected $aExcludePlaceIDs = array();
-    protected $bReverseInPlan = false;
+    protected $bReverseInPlan = true;
 
     protected $iLimit = 20;
     protected $iFinalLimit = 10;