Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/src/profiles.c
ViewVC logotype

Log of /trunk/src/profiles.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:


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 (15 years 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 (15 years 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 (15 years 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 (15 years 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 (15 years 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 (15 years 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, 1 month 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, 4 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, 4 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, 5 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]
Modified Mon Nov 2 19:32:06 2009 UTC (15 years, 5 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.


Revision 296 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 27 17:31:44 2009 UTC (15 years, 5 months ago) by amb
File length: 27121 byte(s)
Diff to previous 295
Added Moped to the list of transports (and incidentally increased the transport
data type to 16 bits and re-ordered the Way data-type in response).


Revision 295 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 26 19:14:42 2009 UTC (15 years, 5 months ago) by amb
File length: 25113 byte(s)
Diff to previous 294
Ensure that horses and bicycles have a default speed on trunk even though they
have a default preference not to use it.


Revision 294 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 26 19:11:41 2009 UTC (15 years, 5 months ago) by amb
File length: 25084 byte(s)
Diff to previous 293
Re-ordered the types so that Horse comes before Bicycle.


Revision 293 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 26 19:04:40 2009 UTC (15 years, 5 months ago) by amb
File length: 25084 byte(s)
Diff to previous 292
Remove the Bridleway and Footway highway types and use the Path type instead
(also re-ordered the types so that Cycleway comes before Path).


Revision 292 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 26 18:37:39 2009 UTC (15 years, 5 months ago) by amb
File length: 27090 byte(s)
Diff to previous 228
Remove unneeded spaces at the end of the output.


Revision 228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 12 09:01:48 2009 UTC (15 years, 8 months ago) by amb
File length: 27098 byte(s)
Diff to previous 214
Tidy up and fix comments and include files.


Revision 214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 17:49:16 2009 UTC (15 years, 9 months ago) by amb
File length: 27030 byte(s)
Diff to previous 178
Fix some gcc pedantic warnings.


Revision 178 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 23 16:55:14 2009 UTC (15 years, 10 months ago) by amb
File length: 27003 byte(s)
Diff to previous 173
Change the default profile; horses are slower, bicycles may be allowed on
footways (and similar).


Revision 173 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 13 18:06:53 2009 UTC (15 years, 10 months ago) by amb
File length: 26874 byte(s)
Diff to previous 168
Move some common code into the profile.


Revision 168 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 6 18:26:41 2009 UTC (15 years, 11 months ago) by amb
File length: 26466 byte(s)
Diff to previous 166
Route using preferences for each highway.


Revision 166 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Apr 30 17:29:03 2009 UTC (15 years, 11 months ago) by amb
File length: 26487 byte(s)
Diff to previous 163
First attempt at preferences for highways - uses integer arithmetic and doesn't
work well.



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.

  Diffs between and
  Type of Diff should be a