There was an error while loading. Please reload this page.
sudo apt-get install osmosis
osmosis --read-pbf file=$pbfinfile --bounding-box top=$maxlat left=$minlon bottom=$minlat right=$maxlon --write-pbf file=$pbfoutfile
osmosis --read-pbf file="$pbfinfile" --bounding-polygon file="$polyfile" --write-pbf file="$pbfoutfile"
sudo apt-get install osmctools
osmconvert $pbfinfile -b=$minlon,$minlat,$maxlon,$maxlat --out-pbf [--complete-ways | --complex-ways] -o=$pbfoutfile
osmconvert $pbfinfile -B=$polyfile --out-pbf [--complete-ways | --complex-ways] -o=$pbfoutfile
Keine Unterstützung für .pbf / .o5m Dateien.
???
<$osminfile ./osmchange -b=$minlon,$minlat,$maxlon,$maxlat >$osmoutfile
<$osminfile ./osmchange -B=$polyfile >$osmoutfile
sudo apt-get install default-jdk ant git clone https://github.com/PedaB/mapsplit.git cd mapsplit ant
mapsplit $pbfinfile $pbfoutfile -p=$polyfile