]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Geocode.php
allow reverse search order by default
[nominatim.git] / lib / Geocode.php
index a784d53bbd0da1b3f52dcb23e8370f016514bafd..e1acb2f646c1ed69ef7cc9a41e34b6b54e735e9e 100644 (file)
@@ -15,7 +15,7 @@
 
                protected $aExcludePlaceIDs = array();
                protected $bDeDupe = true;
-               protected $bReverseInPlan = false;
+               protected $bReverseInPlan = true;
 
                protected $iLimit = 20;
                protected $iFinalLimit = 10;