]> git.openstreetmap.org Git - nominatim.git/commitdiff
allow reverse search order by default
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 10 Sep 2013 17:11:19 +0000 (19:11 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 10 Sep 2013 17:11:19 +0000 (19:11 +0200)
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;