summaryrefslogtreecommitdiff
path: root/chimere/route.py
AgeCommit message (Collapse)Author
2024-04-24Adaptations vers Django version 2.2Étienne Loks
2016-10-10Fix routino parsing with new version of routinoÉtienne Loks
2016-10-07JS: manage routingÉtienne Loks
2016-09-22Going to python3 and Django 1.8!Étienne Loks
2016-02-19Flake8Étienne Loks
2013-04-01Be more flexible on settings configurationÉtienne Loks
2012-11-13Fail properly when the routing engine don't find a route - JS: manage ↵Étienne Loks
routing messages
2012-08-31Routing: manage speed in (forms, views, helpers)Étienne Loks
2012-08-25Improvement in route display and parsingÉtienne Loks
2012-08-22Improve routing: manage stepsÉtienne Loks
* Manage steps in routing core * Add extra parameters for steps in urls.py * Modify the view to parse steps and send them to the routing core * Manage steps in JS (add many step flags and send a correct request to the view) * Manage a clear itinerary action in JS * Add a new flag image for steps * CSS improvement
2012-08-22Minor changes on routing presentationÉtienne Loks
2012-08-22First working version of routing.Étienne Loks
* add an utilitary Routing class to manage different routing system * implement the routing with routino * add a view to manage routes * itinerary panel template * JS management of routing: * manage flag markers on the map * request the route when start and finish flag are set * display the route and the itinerary description * add of two flags images * itinerary panel CSS * french translation update