Is it possible to calculate driving directions with geodjango from a point to another through a map, and display them?
What's can be used to show the routing ? Openlayers?On Tue, Oct 27, 2009 at 3:23 PM, Alessandro Pasotti <apas...@gmail.com> wrote:
2009/10/27 Alessandro Ronchi <alessand...@soasi.com>Is it possible to calculate driving directions with geodjango from a point to another through a map, and display them?Hi,I'm currently working on a similar project, geodjango does not handle routing out of the box.I'm using pgrouting with a custom app to perform routing on a track network.Let me know if we can join our efforts and maybe write a "reusable" app for django routing.AFAIK , spiatialite should also support routing.
>>> Hi,
>>> I'm currently working on a similar project, geodjango does not handle
>>> routing out of the box.
>>> I'm using pgrouting with a custom app to perform routing on a track
>>> network.
>>> Let me know if we can join our efforts and maybe write a "reusable" app
>>> for django routing.
Tomorrow I will meet the boss and I will know if and how we can spend
time in that project.
Maybe if you share what you've done and what you need I can help you more.