import with -optimize in test-system

master
Oliver Tonnhofer 2013-11-13 13:30:19 +01:00
parent a9b490419c
commit 62234d49b1
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ def imposm3_import(db_conf, pbf):
" -cachedir %s"
" -diff"
" -overwritecache"
" -optimize"
" -mapping test_mapping.json " % (
conn, pbf, tmpdir,
), shell=True)