]> git.openstreetmap.org Git - chef.git/commitdiff
Remove cmd line options on osmium call not needed for current version.
authorJochen Topf <jochen@topf.org>
Sun, 5 Mar 2017 15:20:16 +0000 (16:20 +0100)
committerJochen Topf <jochen@topf.org>
Sun, 5 Mar 2017 15:20:16 +0000 (16:20 +0100)
cookbooks/taginfo/templates/default/update-planet.erb

index 2eaf6fbb3acfaa0f2dd5e5c642c7f5c6bf36d170..7f55c078ccb2ddb6d3a27da3215588f741b08721 100644 (file)
@@ -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