Updated Updating the planet extracting data (markdown) authored by ltog's avatar ltog
......@@ -69,6 +69,7 @@ Ein Verzeichnis zum Path hinzufügen: https://unix.stackexchange.com/questions/2
### osmosis bbox
time osmosis --read-pbf file=switzerland-latest.osm.pbf --bounding-box top=47 left=7 bottom=46 right=8 --write-pbf file=osmosis-out.pbf
0m25
### osmosis poly
time osmosis --read-pbf file="switzerland-latest.osm.pbf" --bounding-polygon file="polygon.poly" --write-pbf file="osmosis-out.pbf"
......
......