Revert read-pbf-fast to read-pbf since it caused issues

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-08-26 20:14:51 +10:00
parent 25e1762879
commit 0829bfc708

View file

@ -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"