<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I'm trying to get a changes file from two osm files 
saved by JOSM.  I can only seem to get osmosis to output changes in ways in 
the files and not changes in nodes.  It seems to completely ignore nodes 
that were deleted.  Is this by design, or am I doing something 
wrong?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The command line I'm using is ./osmosis --read-xml 
file="original.osm" --read-xml file="after.osm" --derive-change 
--write-xml-change file="changes.osc"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I get a changes.osc, but it has info about the 
ways, and not any nodes that were deleted.  So if I load the original.osm 
in JOSM, delete a node then save the file as after.osm, then run the above 
command I get no output.  If I also delete or change a way before saving 
then I get output, but only about the way.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I also tried sorting the osm files first, but that 
didn't seem to make a difference.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>-Jeremy</FONT></DIV></BODY></HTML>