From 45da35a6ec300900fc35596afe37871f1b4a589b Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 5 Mar 2017 16:20:16 +0100 Subject: [PATCH] Remove cmd line options on osmium call not needed for current version. --- cookbooks/taginfo/templates/default/update-planet.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/taginfo/templates/default/update-planet.erb b/cookbooks/taginfo/templates/default/update-planet.erb index 2eaf6fbb3..7f55c078c 100644 --- a/cookbooks/taginfo/templates/default/update-planet.erb +++ b/cookbooks/taginfo/templates/default/update-planet.erb @@ -36,7 +36,7 @@ fi # osc file is ready, create new planet file #osmosis --read-xml-change "$OSCFILE" --read-bin "$PLANETCURR" --buffer bufferCapacity=12000 --apply-change --buffer bufferCapacity=12000 --write-pbf file="$PLANETNEW" -$OSMIUM apply-changes --verbose --remove-deleted --simplify --fsync --output=$PLANETNEW $PLANETCURR $OSCFILE +$OSMIUM apply-changes --verbose --fsync --output=$PLANETNEW $PLANETCURR $OSCFILE # cleanup -- 2.43.2