Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/profiles.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 529 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 11:41:25 2010 UTC (14 years, 3 months ago) by amb
File length: 31931 byte(s)
Diff to previous 516
Change the allow_t type into transports_t (and associated enums and macros).
Revision 516 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 18 17:40:34 2010 UTC (14 years, 5 months ago) by amb
File length: 31928 byte(s)
Diff to previous 489
Use sqrt() function to reduce the effect of property preferences close to 50%. Ensure that preferences cannot equal zero (error on division).
Revision 489 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 17:59:42 2010 UTC (14 years, 6 months ago) by amb
File length: 31339 byte(s)
Diff to previous 472
Fix --help-profile-perl option and make perl and JSON outputs more pretty.
Revision 472 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 30 12:13:29 2010 UTC (14 years, 6 months ago) by amb
File length: 31298 byte(s)
Diff to previous 460
Fix bug with writing out JSON profile information.
Revision 460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 24 10:09:07 2010 UTC (14 years, 7 months ago) by amb
File length: 31296 byte(s)
Diff to previous 449
Finished slim mode for the router by adding ways.
Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 31286 byte(s)
Diff to previous 410
Create a files.h header and put some of the most heavily used files.c functions into it and make them inline.
Revision 410 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 29 10:37:12 2010 UTC (14 years, 9 months ago) by amb
File length: 31266 byte(s)
Diff to previous 406
Stricter check on specified profile before routing.
Revision 406 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 27 17:43:08 2010 UTC (14 years, 9 months ago) by amb
File length: 30884 byte(s)
Diff to previous 373
Fix bug with profile preferences (used incorrectly in route optimisation).
Revision 373 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 23 18:41:20 2010 UTC (14 years, 10 months ago) by amb
File length: 30931 byte(s)
Diff to previous 367
Pass the tag name to the tag function.
Revision 367 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 13 17:20:09 2010 UTC (14 years, 11 months ago) by amb
File length: 29098 byte(s)
Diff to previous 366
Name the tag variables and functions after the XSD data type and not the tag name that uses it.
Revision 366 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 12 17:33:52 2010 UTC (14 years, 11 months ago) by amb
File length: 28765 byte(s)
Diff to previous 363
Change the last parameter to the ParseXML function to be general options.
Revision 363 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 11 13:01:38 2010 UTC (14 years, 11 months ago) by amb
File length: 28735 byte(s)
Diff to previous 355
Added helper functions for parsing strings into numbers. Added macros to perform common error checking. Change XML parser callback functions to return an error status.
Revision 355 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 8 17:21:06 2010 UTC (14 years, 11 months ago) by amb
File length: 28832 byte(s)
Diff to previous 348
Make the strings const and add the number of attributes to the xmltag structure.
Revision 348 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 4 14:29:34 2010 UTC (14 years, 11 months ago) by amb
File length: 28604 byte(s)
Diff to previous 344
Added error checking.
Revision 344 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 31 17:19:22 2010 UTC (14 years, 11 months ago) by amb
File length: 22813 byte(s)
Diff to previous 343
Call the XML tag functions for the end tags as well as the start tags.
Revision 343 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 30 17:58:58 2010 UTC (14 years, 11 months ago) by amb
File length: 21246 byte(s)
Diff to previous 341
Change the name of the --profile-json and --profile-perl options.
Revision 341 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 29 18:20:06 2010 UTC (14 years, 11 months ago) by amb
File length: 21224 byte(s)
Diff to previous 336
Added command line option to specify a file containing profiles. Added command line option to select profile by name from loaded set. Use XML parser to read in the profiles.
Revision 336 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 28 17:50:43 2010 UTC (14 years, 11 months ago) by amb
File length: 37908 byte(s)
Diff to previous 320
Add an option to print out the profiles as XML format.
Revision 320 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 5 19:34:44 2010 UTC (15 years ago) by amb
File length: 35875 byte(s)
Diff to previous 314
Change the format of the output for the --help-profile-{pl|js} options.
Revision 314 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 15 18:44:28 2009 UTC (15 years, 3 months ago) by amb
File length: 35357 byte(s)
Diff to previous 313
Added wheelchair as type of transport.
Revision 313 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 13 16:43:35 2009 UTC (15 years, 3 months ago) by amb
File length: 32905 byte(s)
Diff to previous 308
Add bridge and tunnel to highway properties.
Revision 308 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 27 11:03:41 2009 UTC (15 years, 3 months ago) by amb
File length: 31789 byte(s)
Diff to previous 306
Add in "multilane" as a new highway property.
Revision 306 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 23 18:42:40 2009 UTC (15 years, 3 months ago) by amb
File length: 31195 byte(s)
Diff to previous 300
Add in "steps" as a new highway type.
Revision 300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 3 18:44:30 2009 UTC (15 years, 4 months ago) by amb
File length: 30101 byte(s)
Diff to previous 298
Rename Way_Unknown to Way_Count to make more sense and match the properties.
Revision 298 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Nov 2 19:32:06 2009 UTC (15 years, 4 months ago) by amb
File length: 30131 byte(s)
Diff to previous 296
Added the ability to set routing preferences using highway properties. Initially the only choice is either paved or unpaved but the code has been updated to allow any number of properties to be added.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.