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 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, 9 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, 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, 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]
Modified 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.


Revision 78 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 19:31:48 2009 UTC (16 years, 2 months 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, 2 months 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, 2 months 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]
Added Fri Jan 23 16:05:38 2009 UTC (16 years, 2 months ago) by amb
File length: 12976 byte(s)
Diff to previous 72
Only include ways that are not Way_Unknown type.



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