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 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]
Modified 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.
Revision 199 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 18:56:09 2009 UTC (15 years, 9 months ago) by amb
File length: 6803 byte(s)
Diff to previous 198
Put some of types.h into typesx.h (for extended data types). Put some of functions.h into functionsx.h (for OSM parser). Change included files to match.
Revision 198 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 18:52:54 2009 UTC (15 years, 9 months ago) by amb
File length: 7051 byte(s)
Diff to previous 176
Add a macro for converting degrees to radians and radians to degrees.
Revision 176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 14 18:02:30 2009 UTC (15 years, 10 months ago) by amb
File length: 6950 byte(s)
Diff to previous 168
Replace ~0 or 0 with NO_NODE value for "no node" condition.
Revision 168 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 6 18:26:41 2009 UTC (15 years, 10 months ago) by amb
File length: 6680 byte(s)
Diff to previous 166
Route using preferences for each highway.
Revision 166 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 30 17:29:03 2009 UTC (15 years, 10 months ago) by amb
File length: 6683 byte(s)
Diff to previous 151
First attempt at preferences for highways - uses integer arithmetic and doesn't work well.
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: 6537 byte(s)
Diff to previous 148
Changed the license to Affero GPLv3.
Revision 148 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 17:30:49 2009 UTC (15 years, 11 months ago) by amb
File length: 6078 byte(s)
Diff to previous 135
Added highway=path; defaults to foot=yes but also is defaulted for bicycle and horse transport.
Revision 135 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Mar 1 17:24:22 2009 UTC (16 years ago) by amb
File length: 6055 byte(s)
Diff to previous 121
Added more limits (weight, height, width, length).
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.