I get an exception when execution the jar: <br><br>    Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file<br><br>It seems that it is compiled for Java 6. Could you compile it for java 5?
<br><br>Regards,<br>Quico<br><br><div><span class="gmail_quote">2007/9/27, Robert Hart <<a href="mailto:bathterror@gmail.com">bathterror@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In the spirit of release early, release often, I am sharing here some<br>ideas I have been playing with for JOSM.<br><br>Basically, I have implemented "object snaps" for the add node tool.<br>The supported snap types are:
<br><br>* none<br>* node<br>* waysegment<br>* waysegment intersection<br>* waysegment mid-point<br>* waysegment perpendicular point (only if a single node is already selected)<br><br>Feedback is provided by changing the cursor to show the snap type.
<br>Snaps are disabled by holding the control key.<br><br>The add node tool has been modified to:<br><br>* insert a node into the segment if a waysegment-type snap occurs<br>* select a node if a node snap occurs<br>* create a new node otherwise.
<br><br>This makes the "insert node" tool superfluous. It also means the "add<br>node and connect" tool can do everything that the "connect nodes" tool<br>can do.<br><br>For the time being I've removed the superfluous "insert node" mode,
<br>but left the "connect nodes" tool in place, as they feel slightly<br>different (drag-vs-multiple clicks), but ideally I'd like to get rid<br>of it.<br><br>It'd be great to get some feedback.<br><br>compiled jar at: 
<a href="http://www.bathterror.free-online.co.uk/josm-custom.jar">http://www.bathterror.free-online.co.uk/josm-custom.jar</a><br><br>(note I'm working against the 0.5 branch)<br><br>Rob<br><br>--<br>--<br>Robert Hart<br>
<br>_______________________________________________<br>Josm mailing list<br><a href="mailto:Josm@eigenheimstrasse.de">Josm@eigenheimstrasse.de</a><br><a href="http://www.eigenheimstrasse.de/cgi-bin/mailman/listinfo/josm">
http://www.eigenheimstrasse.de/cgi-bin/mailman/listinfo/josm</a><br><br><br></blockquote></div><br>