Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/filedumper.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
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]
Modified Sat Mar 20 12:23:39 2010 UTC (15 years 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.
Revision 326 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 19 19:47:10 2010 UTC (15 years ago) by amb
File length: 14389 byte(s)
Diff to previous 307
Allow planetsplitter to be run with a --parse-only or --process-only option and append to existing file or read from existing file.
Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 25 15:00:37 2009 UTC (15 years, 3 months ago) by amb
File length: 14433 byte(s)
Diff to previous 301
Store the selected options when parsing (planetsplitter) and display them in the statistics (filedumper) and check them when routing (router).
Revision 301 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 6 18:34:47 2009 UTC (15 years, 4 months ago) by amb
File length: 14265 byte(s)
Diff to previous 298
Check the values for the --node=, --segment= and --way= options.
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: 13797 byte(s)
Diff to previous 254
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 254 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 6 15:48:42 2009 UTC (15 years, 6 months ago) by amb
File length: 13671 byte(s)
Diff to previous 235
Allow dumping all nodes, segments or ways.
Revision 235 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 14:18:05 2009 UTC (15 years, 7 months ago) by amb
File length: 13180 byte(s)
Diff to previous 232
Fix dumping nodes when they are super-nodes.
Revision 232 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 19 14:10:27 2009 UTC (15 years, 8 months ago) by amb
File length: 13171 byte(s)
Diff to previous 227
Include the number of super-nodes, super-segments etc in the database as useful information to put in the statistics output.
Revision 227 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jul 12 08:38:12 2009 UTC (15 years, 8 months ago) by amb
File length: 12934 byte(s)
Diff to previous 223
Check all print statements and made them more consistent and/or accurate.
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.