Routino SVN Repository Browser

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

/[routino]/trunk/src/ways.h
ViewVC logotype

Log of /trunk/src/ways.h

Parent Directory Parent Directory | Revision Log Revision Log


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


Revision 460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 24 10:09:07 2010 UTC (14 years, 8 months ago) by amb
File length: 5903 byte(s)
Diff to previous 411
Finished slim mode for the router by adding ways.


Revision 411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 29 13:54:43 2010 UTC (14 years, 10 months ago) by amb
File length: 3277 byte(s)
Diff to previous 398
Translate the names given to unnamed roads (the highway type).


Revision 398 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 22 18:40:47 2010 UTC (14 years, 10 months ago) by amb
File length: 2964 byte(s)
Diff to previous 365
Remove the --transport=<transport>, --not-highway=<highway> and
--not-property=<property> options from planetsplitter because they can be done
by the tagging.xml file now.


Revision 365 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 12 16:42:23 2010 UTC (14 years, 11 months ago) by amb
File length: 2960 byte(s)
Diff to previous 307
Move the type checking/printing functions from way.c to type.c.


Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 25 15:00:37 2009 UTC (15 years, 4 months ago) by amb
File length: 3433 byte(s)
Diff to previous 298
Store the selected options when parsing (planetsplitter) and display them in the
statistics (filedumper) and check them when routing (router).


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: 3262 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: 2917 byte(s)
Diff to previous 261
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 261 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 17 12:53:58 2009 UTC (15 years, 6 months ago) by amb
File length: 2996 byte(s)
Diff to previous 232
Add padding to Ways structure to allow it to be zeroed.


Revision 232 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 19 14:10:27 2009 UTC (15 years, 8 months ago) by amb
File length: 2917 byte(s)
Diff to previous 228
Include the number of super-nodes, super-segments etc in the database as useful
information to put in the statistics 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: 2841 byte(s)
Diff to previous 201
Tidy up and fix comments and include files.


Revision 201 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 19:06:03 2009 UTC (15 years, 9 months ago) by amb
File length: 2840 byte(s)
Diff to previous 181
Rename WaysSame() with WaysCompare() and reverse the sense of the output.


Revision 181 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 31 12:30:12 2009 UTC (15 years, 10 months ago) by amb
File length: 2837 byte(s)
Diff to previous 151
Move function from waysx.c to ways.c.


Revision 151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 8 16:54:34 2009 UTC (15 years, 11 months ago) by amb
File length: 2801 byte(s)
Diff to previous 135
Changed the license to Affero GPLv3.


Revision 135 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 1 17:24:22 2009 UTC (16 years, 1 month ago) by amb
File length: 2337 byte(s)
Diff to previous 109
Added more limits (weight, height, width, length).


Revision 109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 7 15:56:08 2009 UTC (16 years, 1 month ago) by amb
File length: 1969 byte(s)
Diff to previous 102
Split the extended data types from the normal data types.


Revision 102 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 4 18:51:56 2009 UTC (16 years, 1 month ago) by amb
File length: 2442 byte(s)
Diff to previous 98
Only sort once, don't store the index.


Revision 98 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 2 18:53:13 2009 UTC (16 years, 2 months ago) by amb
File length: 2396 byte(s)
Diff to previous 97
More variable and function name changes.


Revision 97 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 1 17:11:08 2009 UTC (16 years, 2 months ago) by amb
File length: 2396 byte(s)
Diff to previous 96
Rename some variable types.


Revision 96 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 15:32:42 2009 UTC (16 years, 2 months ago) by amb
File length: 2420 byte(s)
Diff to previous 89
Intermediate version during code cleanup.


Revision 89 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 28 18:46:55 2009 UTC (16 years, 2 months ago) by amb
File length: 4622 byte(s)
Diff to previous 88
Intermediate version while transitioning data format for nodes and segments.


Revision 88 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 27 18:22:37 2009 UTC (16 years, 2 months ago) by amb
File length: 4541 byte(s)
Diff to previous 87
Intermediate version while transitioning data format for nodes and segments.


Revision 87 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 26 18:47:23 2009 UTC (16 years, 2 months ago) by amb
File length: 4612 byte(s)
Diff to previous 85
Change Segment to contain index of way not its real ID.
Don't store the real way ID to save space.


Revision 85 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 12:11:58 2009 UTC (16 years, 2 months ago) by amb
File length: 4568 byte(s)
Diff to previous 84
Fix misspelling of Unclassified.


Revision 84 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 12:09:15 2009 UTC (16 years, 2 months ago) by amb
File length: 4553 byte(s)
Diff to previous 82
Change the segment->way so that it contains the index of the way, not the id.


Revision 82 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jan 25 10:58:52 2009 UTC (16 years, 2 months ago) by amb
File length: 4496 byte(s)
Diff to previous 75
Added profiles to define speed and allowed highways.
Added new options to planetsplitter and router to use the profiles.



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