Thanks, I will try the clipIncompleteEntities and completeWays solutions.<br><br>Where can I see all the modifiers of the osmosis command? Tried "man osmosis" or "osmosis help", but it only shows some examples.<br>
<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>When
 you perform a bounding box extract, if nodes lie outside the bounding 
box, but are referenced by ways inside the bounding box they will not be
 included in the file.  This is due to the way Osmosis processing works 
because it finishes processing nodes before it sees the ways.<br>
<br>You have several options here:<br>1. Drop the constraint from the database.  This might lead to other issues.<br>2.
 Add the clipIncompleteEntities=true option to the --bounding-box task. 
 This will modify the ways so that they no longer reference the 
problematic ways.  Obviously they will no longer be identical to the 
original ways from the input planet file.<br>
3. Add the completeWays=true option to the --bounding-box task.  This 
will include the missing nodes, but will slow down processing 
enormously.<br><br>You've already tried option 1 which gives you errors in JOSM.  I suspect 3 will be too slow.  That leaves you with 2.  Note that 2 modifies the ways which may or may not be appropriate for you.<br>
<font color="#888888">
<br>Brett<br><br>
</font></blockquote></div><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">
</div>