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 705 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 8 16:33:06 2011 UTC (13 years, 10 months ago) by amb
File length: 29986 byte(s)
Diff to previous 681
Remove the unused name caching for the ways (in slim mode).
Revision 681 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 18:01:24 2011 UTC (13 years, 10 months ago) by amb
File length: 29976 byte(s)
Diff to previous 680
Make the comments more consistent.
Revision 680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 15:14:53 2011 UTC (13 years, 10 months ago) by amb
File length: 29976 byte(s)
Diff to previous 673
Update comments throughout the source code.
Revision 673 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 22 10:02:20 2011 UTC (13 years, 10 months ago) by amb
File length: 29877 byte(s)
Diff to previous 669
Use the common TurnAngle() function from segments.c instead of a local one.
Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 21 19:25:46 2011 UTC (13 years, 11 months ago) by amb
File length: 30435 byte(s)
Diff to previous 667
Include math.h for files that use math functions.
Revision 667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 21 19:12:36 2011 UTC (13 years, 11 months ago) by amb
File length: 30417 byte(s)
Diff to previous 628
Include some of the Routino internal information when dumping an OSM format output.
Revision 628 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 5 19:37:12 2011 UTC (14 years, 1 month ago) by amb
File length: 30116 byte(s)
Diff to previous 626
Fix statistics for ways (broken by change for relations).
Revision 626 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 5 19:29:01 2011 UTC (14 years, 1 month ago) by amb
File length: 30086 byte(s)
Diff to previous 625
Fix problem with dumping turn relations.
Revision 625 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 5 19:16:53 2011 UTC (14 years, 1 month ago) by amb
File length: 30080 byte(s)
Diff to previous 623
Print out the size of the relations.mem file.
Revision 623 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 5 17:00:56 2011 UTC (14 years, 1 month ago) by amb
File length: 29872 byte(s)
Diff to previous 618
Updated the visualiser to include turn restrictions.
Revision 618 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 30 15:19:28 2011 UTC (14 years, 1 month ago) by amb
File length: 29571 byte(s)
Diff to previous 599
Put a "restriction" tag into the turn restrictions when dumped.
Revision 599 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 15 19:28:56 2011 UTC (14 years, 2 months ago) by amb
File length: 28527 byte(s)
Diff to previous 595
Store the 'from' and 'to' segments and not nodes (to handle fake nodes inserted in segments).
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]
Added 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.
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.