<div dir="ltr">On Tue, Jul 15, 2008 at 12:17 PM, Christian Linder <<a href="mailto:christian.linder@gmail.com">christian.linder@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi there,<br>
<br>
if I try to extract a bounding box from a file with osmosis 0.29, all<br>
output files contain the same data. My call works with Osmosis 0.24.<br>
Am I missing something?<br>
<br>
Best regards<br>
Christian<br>
<br>
bzcat /home/chrischan/Desktop/planet-latest.osm.bz2 | java -Xmx2048M<br>
-jar /home/chrischan/osm/osmosis/osmosis.jar  --rx file=/dev/stdin<br>
enableDateParsing=no --lp --tee 8 --bb left=-180 right=-89.99<br>
bottom=-90 top=0.01 --bb left=-180 right=-89.99 bottom=-0.01 top=90<br>
--bb left=-90.01 right=0.01 bottom=-90 top=0.01 --bb left=-90.01<br>
right=0.01 bottom=-0.01 top=90 --bb left=-0.01 right=90.01 bottom=-90<br>
top=0.01 --bb left=-0.01 right=90.01 bottom=-0.01 top=90 --bb<br>
left=89.99 right=180 bottom=-90 top=0.01 --bb left=89.99 right=180<br>
bottom=-0.01 top=90 --wx w180s90-w090n00.osm --wx w180n00-w090n90.osm<br>
--wx w090s90-e000n00.osm --wx w090n00-e000n90.osm --wx<br>
e000s90-e090n00.osm --wx e000n00-e090n90.osm --wx e090s90-e180n00.osm<br>
--wx e090n00-e180n90.osm<br>
<br>
</blockquote></div><br>At some point (somewhere around 0.24 or 0.25 if I recall correctly), the pipe processing order changed to more of a stack-based system. So, you might try to write out your xml files (--wx) after each bounding box (--bb) call instead of deferring them to the end.<br>
<br>Karl<br></div>