Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /branches/destination-access
Sticky Revision: |
Revision 1637 - Directory Listing
Modified Sat Mar 28 14:31:39 2015 UTC (9 years, 11 months ago) by amb
Merge change from trunk: "More verbose, consistent, complete and descriptive debugging of routes found."
Revision 1635 - Directory Listing
Modified Sat Mar 28 14:24:45 2015 UTC (9 years, 11 months ago) by amb
Merge change from trunk: "The new FindStartRoutes() function does not need to be so complicated."
Revision 1633 - Directory Listing
Modified Sat Mar 28 12:03:36 2015 UTC (9 years, 11 months ago) by amb
Merge changes from trunk: "Remove the ExtendStartRoutes() function ...".
Revision 1631 - Directory Listing
Modified Wed Mar 25 19:25:11 2015 UTC (9 years, 11 months ago) by amb
Allow routing with destination access only allowed at the beginning and end.
Revision 1630 - Directory Listing
Modified Sun Mar 22 15:49:58 2015 UTC (9 years, 11 months ago) by amb
Dump the destination information from the filedumper, update the visualiser to use it.
Revision 1629 - Directory Listing
Modified Sun Mar 22 14:56:38 2015 UTC (9 years, 11 months ago) by amb
Parse "access=destination" differently and store the information in the database for later use routing the first and last waypoints.
Revision 1628 - Directory Listing
Modified Sun Mar 22 13:45:29 2015 UTC (9 years, 11 months ago) by amb
Copied from: trunk revision 1627
A new branch for access=destination routing at each end.
Revision 1627 - Directory Listing
Modified Sat Mar 21 19:23:20 2015 UTC (9 years, 11 months ago) by amb
Original Path: trunk
Make sure that all complete routes have finish_node and last_segment filled in.
Revision 1626 - Directory Listing
Modified Sat Mar 21 19:20:21 2015 UTC (9 years, 11 months ago) by amb
Original Path: trunk
Summary: Bug fix and clarification for previous change.
Revision 1625 - Directory Listing
Modified Sat Mar 21 17:10:25 2015 UTC (9 years, 11 months ago) by amb
Original Path: trunk
Don't merge the end of the route with the middle part of the route before combining with the beginning of the route - combine beginning, middle and end all in one function.
Revision 1624 - Directory Listing
Modified Mon Feb 2 17:04:41 2015 UTC (10 years, 1 month ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-31.
Revision 1623 - Directory Listing
Modified Sat Jan 17 19:00:25 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-16.
Revision 1622 - Directory Listing
Modified Tue Jan 13 17:22:48 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Add updated German translations submitted via http://www.routino.org/translations/ on 2014-01-13.
Revision 1621 - Directory Listing
Modified Fri Jan 9 16:59:05 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Add updated Dutch translations submitted via http://www.routino.org/translations/ on 2014-01-08.
Revision 1620 - Directory Listing
Modified Wed Jan 7 17:43:56 2015 UTC (10 years, 2 months ago) by amb
Original Path: trunk
Remove cycle_barrier and bicycle_barrier since these don't always block bicycles.
Revision 1619 - Directory Listing
Modified Thu Dec 4 17:49:45 2014 UTC (10 years, 3 months ago) by amb
Original Path: trunk
Increase MAX_SEG_PER_NODE to avoid further problems.
Revision 1618 - Directory Listing
Modified Sat Nov 29 10:50:11 2014 UTC (10 years, 3 months ago) by amb
Original Path: trunk
Include typesx.h to get the definition of MAX_SEG_PER_NODE rather than having another one.
Revision 1616 - Directory Listing
Modified Sat Nov 8 17:54:26 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Updated for version 2.7.3.
Revision 1615 - Directory Listing
Modified Sat Nov 8 17:49:30 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Translation of the final German word missing from the XML file.
Revision 1614 - Directory Listing
Modified Sat Oct 25 13:22:29 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Sort the data geographically before pruning so that the data points physically close together are close together in memory which reduces swapping/paging and therefore runs much faster when memory is limited.
Revision 1613 - Directory Listing
Modified Thu Oct 23 17:56:26 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Comment fixes, tidy-up and one bug fixed.
Revision 1612 - Directory Listing
Modified Wed Oct 22 12:02:47 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Use the waysx->idata array instead of wayx->id when logging node errors during the segment creation.
Revision 1611 - Directory Listing
Modified Tue Oct 21 09:59:27 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Correct errors in wayx->id usage when compacting ways.
Revision 1610 - Directory Listing
Modified Tue Oct 21 09:56:08 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Improve the message printed at the end when using --logtime or --logmemory.
Revision 1609 - Directory Listing
Added Tue Oct 21 09:55:41 2014 UTC (10 years, 4 months ago) by amb
Original Path: trunk
Clarify some comments.