Revert read-pbf-fast to read-pbf since it caused issues
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
25e1762879
commit
0829bfc708
1 changed files with 1 additions and 1 deletions
2
read-pbf
2
read-pbf
|
@ -100,4 +100,4 @@ if [ ! -z "$port" ]; then
|
|||
fi
|
||||
|
||||
export JAVACMD_OPTIONS="-Djava.io.tmpdir=$root_path/pbf"
|
||||
time osmosis --read-pbf-fast file="$file" --log-progress --write-pgsql database="$database" host="$db_host:$db_port" user="$db_user" password="$db_passwd"
|
||||
time osmosis --read-pbf file="$file" --log-progress --write-pgsql database="$database" host="$db_host:$db_port" user="$db_user" password="$db_passwd"
|
||||
|
|
Loading…
Reference in a new issue