Closed manumilou closed 8 years ago
Take a look at GeoDjango and PostGIS. GeoDjango will give you the ability to store geo informations and do distance lookups.
see below https://www.youtube.com/watch?v=Dfd5lzrz7ps https://www.imagescape.com/blog/2011/09/21/geo-django-quickstart/
FYI: Geodjango is only fully compatible with PostgreSQL. https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#requirements
If the map feature is important for the app it might be better to use postgresSQL
Without geo-django and the postgresSQL
we can use leaflet with routing plugin http://www.liedman.net/leaflet-routing-machine/
Mapbox is also a possible solution: https://www.mapbox.com/. It provides a Geocoding API and a directions API as well. Not open-source though, but free under 50,000 map views / mo.
Objectives
Current problems