Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/types.h
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 497 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 17:43:41 2010 UTC (14 years, 6 months ago) by amb
File length: 10137 byte(s)
Diff to previous 492
Add footroute and bicycleroute properties.
Revision 492 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 18:30:37 2010 UTC (14 years, 6 months ago) by amb
File length: 9866 byte(s)
Diff to previous 471
Add routing on ferries.
Revision 471 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 4 16:44:52 2010 UTC (14 years, 7 months ago) by amb
File length: 9843 byte(s)
Diff to previous 470
Change the way that fake nodes and segments are recognised (allows nearly 4G nodes to be stored instead of 2G nodes).
Revision 470 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 3 18:28:30 2010 UTC (14 years, 7 months ago) by amb
File length: 9833 byte(s)
Diff to previous 469
Rename the variables that hold the node allowed transports and flags.
Revision 469 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 2 18:47:09 2010 UTC (14 years, 7 months ago) by amb
File length: 9944 byte(s)
Diff to previous 468
Understand node traffic type restrictions.
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: 9834 byte(s)
Diff to previous 467
Rename the wayallow_t type to allow_t (since it applies to nodes as well now).
Revision 467 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 18:13:38 2010 UTC (14 years, 7 months ago) by amb
File length: 9840 byte(s)
Diff to previous 456
Add extra information to a node to store turn restrictions and properties. (Move the super-node bit from the first segment to here.)
Revision 456 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 23 14:31:53 2010 UTC (14 years, 7 months ago) by amb
File length: 9950 byte(s)
Diff to previous 405
Move the fake nodes and segments to a new file.
Revision 405 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 27 17:25:23 2010 UTC (14 years, 9 months ago) by amb
File length: 9762 byte(s)
Diff to previous 365
Add an option to filedumper to dump an OSM format file.
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: 9666 byte(s)
Diff to previous 314
Move the type checking/printing functions from way.c to type.c.
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: 9175 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: 9055 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: 8895 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: 8812 byte(s)
Diff to previous 302
Add in "steps" as a new highway type.
Revision 302 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 13 19:26:18 2009 UTC (15 years, 4 months ago) by amb
File length: 8789 byte(s)
Diff to previous 300
Added in some more constants with the value ~0.
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: 8690 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, 4 months ago) by amb
File length: 8715 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: 8134 byte(s)
Diff to previous 294
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 294 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 26 19:11:41 2009 UTC (15 years, 4 months ago) by amb
File length: 8053 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, 4 months ago) by amb
File length: 8053 byte(s)
Diff to previous 221
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 221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 17:44:26 2009 UTC (15 years, 8 months ago) by amb
File length: 8099 byte(s)
Diff to previous 219
Fix duplicate checking.
Revision 219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 17:31:56 2009 UTC (15 years, 8 months ago) by amb
File length: 7927 byte(s)
Diff to previous 215
Change from float to double for latitude and longitude. Store latitude and longitude as an integer type rather than float (higher precision).
Revision 215 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 19:41:38 2009 UTC (15 years, 8 months ago) by amb
File length: 7046 byte(s)
Diff to previous 214
Handle duplicate ways.
Revision 214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 17:49:16 2009 UTC (15 years, 8 months ago) by amb
File length: 6978 byte(s)
Diff to previous 208
Fix some gcc pedantic warnings.
Revision 208 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Jun 29 17:39:20 2009 UTC (15 years, 8 months ago) by amb
File length: 6920 byte(s)
Diff to previous 199
Move the super-segment and normal-segment flags from the nodes to the distance. Remove the NODE() macro and rename SUPER_FLAG to NODE_SUPER.
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.