<div class="gmail_quote">On Mon, Apr 27, 2009 at 7:07 AM, Gary68 <span dir="ltr"><<a href="mailto:gary@gary68.de">gary@gary68.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi,<br>
<br>
i want to use the clipIncompleteEntities option for 0.6 data files.<br>
osmosis version is 0.30<br>
<br>
i get:<br>
com.bretth.osmosis.core.OsmosisRuntimeException: Argument<br>
clipIncompleteEntities for task 2-bounding-box was not recognised.<br>
<br>
<br>
is option order crucial?<br>
<br>
command line is:<br>
../../osmosis/osmosis-0.30/bin/osmosis --rx ../../osmdata/spain.osm<br>
--bounding-box left=-5.7 right=-3.8 bottom=35.99 top=36.9<br>
clipIncompleteEntities=true --wx ../../osmdata/costadelsol.osm<br>
<br>
<br>
cheers<br>
<br>
gerhard<br>
</blockquote></div><br>That option is only implemented in the 0.6 tasks, and Osmosis 0.30 defaults to 0.5 tasks. In order to use this with 0.30, you need to specifically indicate 0.6 tasks by appending -0.6 to each task name. In other words:<br>
<br>../../osmosis/osmosis-0.30/bin/osmosis --read-xml-0.6 ../../osmdata/spain.osm --bounding-box-0.6 left=-5.7 right=-3.8 bottom=35.99 top=36.9 clipIncompleteEntities=true --write-xml-0.6 ../../osmdata/costadelsol.osm<br>
<br>Karl<br>