Routino SVN Repository Browser

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

/[routino]/trunk/src/osmparser.c
ViewVC logotype

Log of /trunk/src/osmparser.c

Parent Directory Parent Directory | Revision Log Revision Log


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


Revision 213 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 16:33:31 2009 UTC (15 years, 9 months ago) by amb
File length: 18556 byte(s)
Diff to previous 209
Removed unused header files, change assert statements, tidy some code.


Revision 209 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 30 18:32:42 2009 UTC (15 years, 9 months ago) by amb
File length: 18574 byte(s)
Diff to previous 203
Remove the Segment structure from the SegmentX structure to save memory.


Revision 203 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 25 17:46:46 2009 UTC (15 years, 9 months ago) by amb
File length: 18451 byte(s)
Diff to previous 199
Reduce the number of ways in the output by compacting them (sharing the same
information between identical ways).


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: 18429 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: 18427 byte(s)
Diff to previous 196
Add a macro for converting degrees to radians and radians to degrees.


Revision 196 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 17:33:36 2009 UTC (15 years, 9 months ago) by amb
File length: 18409 byte(s)
Diff to previous 183
Recognise tags "vehicle" and "motor_vehicle".


Revision 183 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 5 16:39:11 2009 UTC (15 years, 10 months ago) by amb
File length: 17496 byte(s)
Diff to previous 166
Improve parsing of imperial units (mph, feet & inches).


Revision 166 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 30 17:29:03 2009 UTC (15 years, 11 months ago) by amb
File length: 16183 byte(s)
Diff to previous 159
First attempt at preferences for highways - uses integer arithmetic and doesn't
work well.


Revision 159 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 15 16:50:06 2009 UTC (15 years, 11 months ago) by amb
File length: 16184 byte(s)
Diff to previous 151
Fix for parsing nodes from XML (no effect on results).


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 (16 years 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 (16 years 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, 1 month 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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]
Added Sun Jan 25 10:58:52 2009 UTC (16 years, 2 months 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.



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