might be an idea worth considering:<br><br>have the possibility to calculate a route, and pre-render the bitmaps of your route (at a few zoom-levels)<br>This way it doesn&#39;t have to be done on the fly when you know for example where you are going to travel to<br>
when you don&#39;t follow the planned route it will of course render new files when nescessary<br><br>you should also have the option to delete them afterwards of course<br><br>or maybe a setting &quot;two way trip&quot;;<br>
this setting wil save all the rendered files on your way to your destination,<br>use the pre-rendered images on your way back, and ask you if you want to delete them when you return home<br><br><br>just an idea<br><br><div class="gmail_quote">
On Mon, Dec 14, 2009 at 10:32 AM, Mike Crash <span dir="ltr">&lt;<a href="mailto:mike@mikecrash.com">mike@mikecrash.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Sure I&#39;m using speed data from OSM and if not available, set it based on way<br>
type and common speeds. I can find shortest and fastest path. No detection<br>
if road is in the city yet.<br>
<br>
I made some progress in last days and I&#39;m going to use it for the first time<br>
to drive home today :)<br>
<div><div></div><div class="h5"><br>
<br>
Bastian Muck wrote:<br>
&gt;<br>
&gt; -----BEGIN PGP SIGNED MESSAGE-----<br>
&gt; Hash: SHA1<br>
&gt;<br>
&gt; Mike Crash schrieb:<br>
&gt;&gt; I use A* for routing, it is usable, but still not what I expect.<br>
&gt;&gt; But I have some improvements in my mind :) I need to create<br>
&gt;&gt; rerouting now and to test it in real life<br>
&gt;<br>
&gt; I don&#39;t have any idea, how the code looks like, but I guess, that you<br>
&gt; use gps-positions as heuristic and distances as edge-weights. That<br>
&gt; means that you always get the shortest path. If you want  to get the<br>
&gt; fastes path, then you have to use timevalues calculated by possible<br>
&gt; speed and edge-length. With openstreetmaps that can be difficult,<br>
&gt; because many roads don&#39;t have any speedsproperties. You often only can<br>
&gt; use the roadtype depending on country to guess the speed.<br>
&gt; Maybe you used this, but in a first shit, I guess that you don&#39;t.<br>
&gt;<br>
&gt; I hope these ideas can help you improving your tool.<br>
&gt;<br>
&gt; Greetings Bastian<br>
&gt;<br>
&gt; -----BEGIN PGP SIGNATURE-----<br>
&gt; Version: GnuPG v1.4.7 (MingW32)<br>
&gt; Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
&gt;<br>
&gt; iD8DBQFLI6B6lYiDScJJ+7QRAugfAKD4cLPiucAwIP2eXajmSlMdRSyKxQCg3q6D<br>
&gt; bChe84DmVlpTa9dx4dBzE2o=<br>
&gt; =II9r<br>
&gt; -----END PGP SIGNATURE-----<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Openmoko community mailing list<br>
&gt; <a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
&gt; <a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
&gt;<br>
&gt;<br>
<br>
</div></div><font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/Navigation-tp4141297p4163143.html" target="_blank">http://n2.nabble.com/Navigation-tp4141297p4163143.html</a><br>
</font><div class="im">Sent from the Openmoko Community mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br>