Routino SVN Repository Browser

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

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

Log of /trunk/src/filedumper.c

Parent Directory Parent Directory | Revision Log Revision Log


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


Revision 595 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 8 15:42:28 2011 UTC (14 years, 2 months ago) by amb
File length: 28594 byte(s)
Diff to previous 565
Change the IsSuperNode() macro to take a single pointer argument.


Revision 565 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 21 18:26:28 2010 UTC (14 years, 2 months ago) by amb
File length: 28687 byte(s)
Diff to previous 542
Add turn relations to the statistics and dump outputs.


Revision 542 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 18 15:19:33 2010 UTC (14 years, 3 months ago) by amb
File length: 24008 byte(s)
Diff to previous 538
Add a Relations data type and write out the turn relations that have been read
in.  Still doesn't perform the required processing after reading the data or use
the information for routing.


Revision 538 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 4 14:54:53 2010 UTC (14 years, 3 months ago) by amb
File length: 23846 byte(s)
Diff to previous 537
Improved version of previous change.


Revision 537 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 28 15:42:48 2010 UTC (14 years, 3 months ago) by amb
File length: 23842 byte(s)
Diff to previous 536
Add parsing of mini-roundabouts.


Revision 536 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 28 15:12:52 2010 UTC (14 years, 3 months ago) by amb
File length: 23689 byte(s)
Diff to previous 529
Remove the roundabout type from the parsing.


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: 23822 byte(s)
Diff to previous 526
Change the allow_t type into transports_t (and associated enums and macros).


Revision 526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 14 16:32:19 2010 UTC (14 years, 4 months ago) by amb
File length: 23816 byte(s)
Diff to previous 491
Print out statistics about what highways are included in the database.


Revision 491 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 18:19:36 2010 UTC (14 years, 6 months ago) by amb
File length: 23734 byte(s)
Diff to previous 490
Bug fix for last change.


Revision 490 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 18:15:37 2010 UTC (14 years, 6 months ago) by amb
File length: 23737 byte(s)
Diff to previous 473
Improve the usage information to tell which command line argument was in error.


Revision 473 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 30 12:32:00 2010 UTC (14 years, 6 months ago) by amb
File length: 23413 byte(s)
Diff to previous 470
Only print the way name in OSM output when the way has a name.
Change the names of the functions used to get the highway names.


Revision 470 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 3 18:28:30 2010 UTC (14 years, 7 months ago) by amb
File length: 23400 byte(s)
Diff to previous 469
Rename the variables that hold the node allowed transports and flags.


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


Revision 467 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 18:13:38 2010 UTC (14 years, 7 months ago) by amb
File length: 23135 byte(s)
Diff to previous 462
Add extra information to a node to store turn restrictions and properties.
(Move the super-node bit from the first segment to here.)


Revision 462 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 26 18:17:20 2010 UTC (14 years, 7 months ago) by amb
File length: 23144 byte(s)
Diff to previous 460
Final part of slim mode for the router (node offsets).


Revision 460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 24 10:09:07 2010 UTC (14 years, 7 months ago) by amb
File length: 23057 byte(s)
Diff to previous 459
Finished slim mode for the router by adding ways.


Revision 459 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 23 14:35:27 2010 UTC (14 years, 7 months ago) by amb
File length: 23013 byte(s)
Diff to previous 453
Added slim mode to the router for segments.


Revision 453 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 15 18:04:29 2010 UTC (14 years, 8 months ago) by amb
File length: 22972 byte(s)
Diff to previous 449
Added a slim mode to the router (just for nodes to start with).


Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 22841 byte(s)
Diff to previous 413
Create a files.h header and put some of the most heavily used files.c functions
into it and make them inline.


Revision 413 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 30 12:52:16 2010 UTC (14 years, 9 months ago) by amb
File length: 22844 byte(s)
Diff to previous 411
Add the option to dump a region rather than all and to not output super
segments.


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: 20084 byte(s)
Diff to previous 405
Translate the names given to unnamed roads (the highway type).


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: 20048 byte(s)
Diff to previous 384
Add an option to filedumper to dump an OSM format file.


Revision 384 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 28 17:26:23 2010 UTC (14 years, 10 months ago) by amb
File length: 15669 byte(s)
Diff to previous 342
Compile with _FILE_OFFSET_BITS=64 to get 64-bit fopen() and stat().


Revision 342 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 30 17:58:35 2010 UTC (14 years, 11 months ago) by amb
File length: 15627 byte(s)
Diff to previous 329
Improve the program help messages.


Revision 329 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Mar 20 12:23:39 2010 UTC (14 years, 11 months ago) by amb
File length: 14137 byte(s)
Diff to previous 326
Don't check the return value of the functions to load the nodes, segments and
ways because those functions will exit in case of an error.



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