]> git.openstreetmap.org Git - nominatim.git/commitdiff
update Tiger import script to use 2014 data
authorMarc Tobias Metten <mtmail@gmx.net>
Sun, 3 May 2015 23:13:20 +0000 (01:13 +0200)
committerMarc Tobias Metten <mtmail@gmx.net>
Sun, 3 May 2015 23:13:20 +0000 (01:13 +0200)
utils/setup.php

index a8f81bbeab248b869b84b40f105f1d170645ad01..3c038e66d66f2f2e3f1ac2849a9ea32e108088f1 100755 (executable)
                        $aDBInstances[$i] =& getDB(true);
                }
 
-               foreach(glob(CONST_BasePath.'/data/tiger2011/*.sql') as $sFile)
+               foreach(glob(CONST_BasePath.'/data/tiger2014/*.sql') as $sFile)
                {
                        echo $sFile.': ';
                        $hFile = fopen($sFile, "r");