Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/osmparser.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
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: 16068 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: 15609 byte(s)
Diff to previous 146
Added highway=path; defaults to foot=yes but also is defaulted for bicycle and horse transport.
Revision 146 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 23 19:15:55 2009 UTC (15 years, 11 months ago) by amb
File length: 15479 byte(s)
Diff to previous 136
Add parsing for *=designated allowing passage along a highway.
Revision 136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 1 17:24:44 2009 UTC (16 years ago) by amb
File length: 15236 byte(s)
Diff to previous 125
Added more limits (weight, height, width, length). Added highway=living_street and highway=services.
Revision 125 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 19:12:25 2009 UTC (16 years, 1 month ago) by amb
File length: 13642 byte(s)
Diff to previous 121
Add in tests for motorcar=1 etc.
Revision 121 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 14:30:11 2009 UTC (16 years, 1 month ago) by amb
File length: 13498 byte(s)
Diff to previous 117
Store radians rather than degrees.
Revision 117 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 13:45:28 2009 UTC (16 years, 1 month ago) by amb
File length: 13458 byte(s)
Diff to previous 109
Handle oneway=1 and oneway=-1.
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: 13151 byte(s)
Diff to previous 104
Split the extended data types from the normal data types.
Revision 104 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 6 20:23:35 2009 UTC (16 years, 1 month ago) by amb
File length: 13148 byte(s)
Diff to previous 98
Segments now not duplicated in database. Routing with all nodes works, not with super-nodes.
Revision 98 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 2 18:53:13 2009 UTC (16 years, 1 month ago) by amb
File length: 13070 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, 1 month ago) by amb
File length: 13055 byte(s)
Diff to previous 92
Rename some variable types.
Revision 92 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 30 19:57:09 2009 UTC (16 years, 1 month ago) by amb
File length: 13034 byte(s)
Diff to previous 89
Remove gcc warning.
Revision 89 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 28 18:46:55 2009 UTC (16 years, 1 month ago) by amb
File length: 12971 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, 1 month ago) by amb
File length: 12917 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, 1 month ago) by amb
File length: 12987 byte(s)
Diff to previous 82
Fix misspelling of Unclassified.
Revision 82 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 10:58:52 2009 UTC (16 years, 1 month ago) by amb
File length: 12986 byte(s)
Diff to previous 78
Added profiles to define speed and allowed highways. Added new options to planetsplitter and router to use the profiles.
Revision 78 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 19:31:48 2009 UTC (16 years, 1 month ago) by amb
File length: 13131 byte(s)
Diff to previous 75
Fix bug with not specifying a method of transport.
Revision 75 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 17:09:41 2009 UTC (16 years, 1 month ago) by amb
File length: 13100 byte(s)
Diff to previous 74
Add command line options to planetsplitter and router. Select transport type (must be allowed on way for parsing). Select highway types (ignore when parsing or routing).
Revision 74 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 16:09:09 2009 UTC (16 years, 1 month ago) by amb
File length: 12978 byte(s)
Diff to previous 73
Add enumerated type Transport. Replace variables of AllowType with Transport where more appropriate. Replace AllowType with Allowed. Replace WayType with Highway.
Revision 73 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 16:05:38 2009 UTC (16 years, 1 month ago) by amb
File length: 12976 byte(s)
Diff to previous 72
Only include ways that are not Way_Unknown type.
Revision 72 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 15:56:13 2009 UTC (16 years, 1 month ago) by amb
File length: 12706 byte(s)
Diff to previous 69
Include permissive access.
Revision 69 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 19:48:53 2009 UTC (16 years, 1 month ago) by amb
File length: 12471 byte(s)
Diff to previous 68
Remove INVALID_DISTANCE and INVALID_DURATION.
Revision 68 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 19:39:30 2009 UTC (16 years, 1 month ago) by amb
File length: 12472 byte(s)
Diff to previous 63
Removed the Way_TYPE() macro.
Revision 63 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 21 19:35:52 2009 UTC (16 years, 1 month ago) by amb
File length: 12471 byte(s)
Diff to previous 61
Calculate way speeds at routing time.
Revision 61 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Jan 21 18:52:34 2009 UTC (16 years, 1 month ago) by amb
File length: 12911 byte(s)
Diff to previous 59
Don't change speed on roundabouts.
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.