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 924 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 6 17:06:26 2011 UTC (13 years, 3 months ago) by amb
File length: 5251 byte(s)
Diff to previous 921
Cache three ways not two.


Revision 921 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 26 15:09:51 2011 UTC (13 years, 3 months ago) by amb
File length: 5251 byte(s)
Diff to previous 887
Allow space to cache one name for each cached way (in slim mode).


Revision 887 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 31 19:09:40 2011 UTC (13 years, 4 months ago) by amb
File length: 5218 byte(s)
Diff to previous 705
Use pread() and pwrite() functions instead of seek() followed by read() or
write().


Revision 705 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 8 16:33:06 2011 UTC (13 years, 10 months ago) by amb
File length: 5239 byte(s)
Diff to previous 680
Remove the unused name caching for the ways (in slim mode).


Revision 680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 15:14:53 2011 UTC (13 years, 10 months ago) by amb
File length: 5372 byte(s)
Diff to previous 564
Update comments throughout the source code.


Revision 564 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 21 17:18:41 2010 UTC (14 years, 2 months ago) by amb
File length: 5421 byte(s)
Diff to previous 530
Optimise the node, segment, way lookup in slim mode by checking if the previous
index is being requested again.


Revision 530 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 11:47:51 2010 UTC (14 years, 3 months ago) by amb
File length: 5259 byte(s)
Diff to previous 529
Change the wayprop_t type into properties_t.


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: 5259 byte(s)
Diff to previous 528
Change the allow_t type into transports_t (and associated enums and macros).


Revision 528 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 11:27:44 2010 UTC (14 years, 3 months ago) by amb
File length: 5259 byte(s)
Diff to previous 526
Change the waytype_t type into highway_t.


Revision 526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 14 16:32:19 2010 UTC (14 years, 4 months ago) by amb
File length: 5259 byte(s)
Diff to previous 474
Print out statistics about what highways are included in the database.


Revision 474 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 30 12:32:07 2010 UTC (14 years, 6 months ago) by amb
File length: 5168 byte(s)
Diff to previous 468
Change the names of the functions used to get the highway names.


Revision 468 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 18:21:18 2010 UTC (14 years, 7 months ago) by amb
File length: 5910 byte(s)
Diff to previous 465
Rename the wayallow_t type to allow_t (since it applies to nodes as well now).


Revision 465 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 14:36:15 2010 UTC (14 years, 7 months ago) by amb
File length: 5910 byte(s)
Diff to previous 464
Change the data types to index_t where they are counting nodes/segments/ways.


Revision 464 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 14:06:56 2010 UTC (14 years, 7 months ago) by amb
File length: 5910 byte(s)
Diff to previous 460
Ensure that seeking within a file uses a 64-bit offset.


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: 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, 9 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, 9 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, 3 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, 4 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, 4 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]
Added 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.



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