From: Jochen Topf Date: Sun, 5 Mar 2017 15:20:16 +0000 (+0100) Subject: Remove cmd line options on osmium call not needed for current version. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/45da35a6ec300900fc35596afe37871f1b4a589b?hp=d6eb1066fbc7092e091213a79017d7a9f934b3cd Remove cmd line options on osmium call not needed for current version. --- 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