mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 05:44:06 +00:00
update Tiger import script to use 2014 data
This commit is contained in:
@@ -484,7 +484,7 @@
|
|||||||
$aDBInstances[$i] =& getDB(true);
|
$aDBInstances[$i] =& getDB(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach(glob(CONST_BasePath.'/data/tiger2011/*.sql') as $sFile)
|
foreach(glob(CONST_BasePath.'/data/tiger2014/*.sql') as $sFile)
|
||||||
{
|
{
|
||||||
echo $sFile.': ';
|
echo $sFile.': ';
|
||||||
$hFile = fopen($sFile, "r");
|
$hFile = fopen($sFile, "r");
|
||||||
|
|||||||
Reference in New Issue
Block a user