Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/router.c
Parent Directory
|
Revision Log
Revision 290 - (download) (as text)
Modified Sat Oct 24 10:44:48 2009 UTC (15 years, 11 months ago) by amb
File length: 11149 byte(s)
Fix missing segments in output if start and finish points are found by the start search.
Revision 242 - (download) (as text)
Modified Mon Aug 17 18:26:22 2009 UTC (16 years, 1 month ago) by amb
File length: 11148 byte(s)
Increase to 99 the number of waypoints that can be specified.
Revision 239 - (download) (as text)
Modified Sat Aug 15 15:28:27 2009 UTC (16 years, 1 month ago) by amb
File length: 10936 byte(s)
Remove the --all, --super and --no-output command line options. Handle the renamed routing functions.
Revision 227 - (download) (as text)
Modified Sun Jul 12 08:38:12 2009 UTC (16 years, 3 months ago) by amb
File length: 12127 byte(s)
Check all print statements and made them more consistent and/or accurate.
Revision 219 - (download) (as text)
Modified Thu Jul 9 17:31:56 2009 UTC (16 years, 3 months ago) by amb
File length: 12064 byte(s)
Change from float to double for latitude and longitude. Store latitude and longitude as an integer type rather than float (higher precision).
Revision 213 - (download) (as text)
Modified Thu Jul 2 16:33:31 2009 UTC (16 years, 3 months ago) by amb
File length: 12063 byte(s)
Removed unused header files, change assert statements, tidy some code.
Revision 198 - (download) (as text)
Modified Mon Jun 15 18:52:54 2009 UTC (16 years, 3 months ago) by amb
File length: 12081 byte(s)
Add a macro for converting degrees to radians and radians to degrees.
Revision 179 - (download) (as text)
Modified Fri May 29 17:45:24 2009 UTC (16 years, 4 months ago) by amb
File length: 12031 byte(s)
Make sure that the chosen "nearest point" is a highway that the profile allows.
Revision 176 - (download) (as text)
Modified Thu May 14 18:02:30 2009 UTC (16 years, 4 months ago) by amb
File length: 12002 byte(s)
Replace ~0 or 0 with NO_NODE value for "no node" condition.
Revision 174 - (download) (as text)
Modified Wed May 13 18:34:35 2009 UTC (16 years, 5 months ago) by amb
File length: 11982 byte(s)
Remove some node macros, change some node function arguments.
Revision 167 - (download) (as text)
Modified Wed May 6 18:26:24 2009 UTC (16 years, 5 months ago) by amb
File length: 12168 byte(s)
Print out longitude then latitude.
Revision 166 - (download) (as text)
Modified Thu Apr 30 17:29:03 2009 UTC (16 years, 5 months ago) by amb
File length: 12168 byte(s)
First attempt at preferences for highways - uses integer arithmetic and doesn't work well.
Revision 165 - (download) (as text)
Modified Mon Apr 27 18:56:39 2009 UTC (16 years, 5 months ago) by amb
File length: 12274 byte(s)
Allow generating a route with intermediate waypoints.
Revision 164 - (download) (as text)
Modified Fri Apr 24 16:53:37 2009 UTC (16 years, 5 months ago) by amb
File length: 11294 byte(s)
Split the output functions into separate head/body/tail. Read in an optional copyright.txt file and include contents in output.
Revision 162 - (download) (as text)
Modified Thu Apr 23 17:37:04 2009 UTC (16 years, 5 months ago) by amb
File length: 11644 byte(s)
Move the filename generation to a new function.
Revision 151 - (download) (as text)
Modified Wed Apr 8 16:54:34 2009 UTC (16 years, 6 months ago) by amb
File length: 11932 byte(s)
Changed the license to Affero GPLv3.
Revision 145 - (download) (as text)
Modified Mon Mar 23 18:47:18 2009 UTC (16 years, 6 months ago) by amb
File length: 11473 byte(s)
Add a function to output default profiles as perl data structures.
Revision 141 - (download) (as text)
Modified Sat Mar 7 14:26:32 2009 UTC (16 years, 7 months ago) by amb
File length: 11278 byte(s)
Renamed the --no-print option to --no-output.
Revision 135 - (download) (as text)
Modified Sun Mar 1 17:24:22 2009 UTC (16 years, 7 months ago) by amb
File length: 11263 byte(s)
Added more limits (weight, height, width, length).
Revision 130 - (download) (as text)
Modified Sat Feb 28 17:22:24 2009 UTC (16 years, 7 months ago) by amb
File length: 10613 byte(s)
Add new command line options to make it more CGI friendly.
Revision 129 - (download) (as text)
Modified Fri Feb 27 20:16:47 2009 UTC (16 years, 7 months ago) by amb
File length: 9416 byte(s)
Print out Javascript code containing the profiles.
Revision 126 - (download) (as text)
Modified Sun Feb 15 19:12:41 2009 UTC (16 years, 7 months ago) by amb
File length: 9225 byte(s)
Change some function names.
Revision 124 - (download) (as text)
Modified Sun Feb 15 16:19:28 2009 UTC (16 years, 7 months ago) by amb
File length: 9040 byte(s)
The search to find a node given the lat/long now searches harder.
Revision 122 - (download) (as text)
Modified Sun Feb 15 14:32:57 2009 UTC (16 years, 7 months ago) by amb
File length: 9067 byte(s)
Change --only-super to --super.
Revision 121 - (download) (as text)
Added Sun Feb 15 14:30:11 2009 UTC (16 years, 7 months ago) by amb
File length: 9077 byte(s)
Store radians rather than degrees.