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 529 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 11:41:25 2010 UTC (14 years, 3 months ago) by amb
File length: 25804 byte(s)
Diff to previous 519
Change the allow_t type into transports_t (and associated enums and macros).


Revision 519 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 14:22:28 2010 UTC (14 years, 4 months ago) by amb
File length: 25674 byte(s)
Diff to previous 505
Add an option to make the output more suitable for a log file.


Revision 505 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 25 18:47:32 2010 UTC (14 years, 6 months ago) by amb
File length: 25786 byte(s)
Diff to previous 498
Apply the route=bicycle or route=foot tags from the relation to all ways
contained in it and to all ways in all sub-relations of it (including recursion
to depth 5).  This requires all relations to be stored even if not routes
because they might be included by another relation that is.


Revision 498 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 17:44:25 2010 UTC (14 years, 6 months ago) by amb
File length: 25585 byte(s)
Diff to previous 469
Parse relations and extract foot and bicycle routes to be added as properties to
the ways.


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: 22222 byte(s)
Diff to previous 411
Understand node traffic type restrictions.


Revision 411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 29 13:54:43 2010 UTC (14 years, 9 months ago) by amb
File length: 20360 byte(s)
Diff to previous 401
Translate the names given to unnamed roads (the highway type).


Revision 401 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 23 10:18:59 2010 UTC (14 years, 10 months ago) by amb
File length: 20795 byte(s)
Diff to previous 399
Fix some memory leaks.


Revision 399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 23 08:24:26 2010 UTC (14 years, 10 months ago) by amb
File length: 20611 byte(s)
Diff to previous 398
Add the 'bound' element to the XML parser.


Revision 398 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 22 18:40:47 2010 UTC (14 years, 10 months ago) by amb
File length: 19856 byte(s)
Diff to previous 394
Remove the --transport=<transport>, --not-highway=<highway> and
--not-property=<property> options from planetsplitter because they can be done
by the tagging.xml file now.


Revision 394 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 18 18:38:32 2010 UTC (14 years, 10 months ago) by amb
File length: 20442 byte(s)
Diff to previous 347
Almost completely re-written OSM parser using tagging transformations.


Revision 347 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 3 14:20:16 2010 UTC (14 years, 11 months ago) by amb
File length: 21902 byte(s)
Diff to previous 314
Rename the old ParseXML() function as ParseOSM().


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: 21902 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: 21428 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: 20814 byte(s)
Diff to previous 307
Add in "multilane" as a new highway property.


Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 25 15:00:37 2009 UTC (15 years, 4 months ago) by amb
File length: 20371 byte(s)
Diff to previous 306
Store the selected options when parsing (planetsplitter) and display them in the
statistics (filedumper) and check them when routing (router).


Revision 306 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 23 18:42:40 2009 UTC (15 years, 4 months ago) by amb
File length: 20280 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: 20159 byte(s)
Diff to previous 299
Added in some more constants with the value ~0.


Revision 299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 2 19:45:25 2009 UTC (15 years, 4 months ago) by amb
File length: 20152 byte(s)
Diff to previous 298
Allow the tag "paved" as well as "surface=paved".


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: 19966 byte(s)
Diff to previous 297
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 297 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 27 18:48:53 2009 UTC (15 years, 4 months ago) by amb
File length: 18652 byte(s)
Diff to previous 296
Handle the "designation=..." tag for bridleway, byway and footpath.  (Also
change to using a macro for testing if access is allowed and now allow
"destination").


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: 19193 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: 18747 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: 18747 byte(s)
Diff to previous 283
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 283 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 10 16:21:19 2009 UTC (15 years, 5 months ago) by amb
File length: 18767 byte(s)
Diff to previous 277
Corrections after running with valgrind.


Revision 277 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Oct 7 18:53:19 2009 UTC (15 years, 5 months ago) by amb
File length: 18792 byte(s)
Diff to previous 262
AppendSegment adds a single segment and not a pair.



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