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 1077 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 26 09:42:00 2012 UTC (12 years, 6 months ago) by amb
File length: 33033 byte(s)
Diff to previous 1003
Add an option to the visualiser to display nodes that disallow selected transport type.
Revision 1003 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 5 14:14:45 2012 UTC (12 years, 10 months ago) by amb
File length: 32716 byte(s)
Diff to previous 1002
Add an option to the visualiser to display segments of each of the highway types.
Revision 1002 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 5 13:17:42 2012 UTC (12 years, 10 months ago) by amb
File length: 32397 byte(s)
Diff to previous 923
Add an option to the visualiser to display segments accessible to each of the transport types.
Revision 923 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 26 15:52:57 2011 UTC (13 years, 4 months ago) by amb
File length: 32031 byte(s)
Diff to previous 918
Parse and store information about roundabouts (to improve routing instructions).
Revision 918 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 22 19:35:55 2011 UTC (13 years, 4 months ago) by amb
File length: 31902 byte(s)
Diff to previous 917
Refactor the code by moving the dumping of an OSM region into a separate function.
Revision 917 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 22 19:26:42 2011 UTC (13 years, 4 months ago) by amb
File length: 31049 byte(s)
Diff to previous 916
Include a bounding box in the --dump-osm XML output.
Revision 916 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 20:02:09 2011 UTC (13 years, 4 months ago) by amb
File length: 30656 byte(s)
Diff to previous 885
Ensure that only segments completely within the specified region are dumped when using --dump-osm.
Revision 885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 29 15:20:30 2011 UTC (13 years, 5 months ago) by amb
File length: 30417 byte(s)
Diff to previous 879
Rationalise and reduce the usage of LookUpNode() function.
Revision 879 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 22 18:06:22 2011 UTC (13 years, 5 months ago) by amb
File length: 30394 byte(s)
Diff to previous 847
Add some more typecasts before printing the values.
Revision 847 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 7 13:02:22 2011 UTC (13 years, 6 months ago) by amb
File length: 30184 byte(s)
Diff to previous 844
Fix bug with earlier change to OSM file creator.
Revision 844 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 7 12:23:00 2011 UTC (13 years, 6 months ago) by amb
File length: 30185 byte(s)
Diff to previous 842
Fix formatting problem with dumped OSM file.
Revision 842 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 7 12:17:26 2011 UTC (13 years, 6 months ago) by amb
File length: 30186 byte(s)
Diff to previous 831
Use macro test function rather than direct check.
Revision 831 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 27 14:40:22 2011 UTC (13 years, 7 months ago) by amb
File length: 30187 byte(s)
Diff to previous 790
Change the 'generator' tag in the dumped XML file.
Revision 790 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 18 17:55:25 2011 UTC (13 years, 9 months ago) by amb
File length: 30183 byte(s)
Diff to previous 780
Ensure that when printing numbers of the index_t type that an appropriate printf format specifier is used (ready for if it is redefined as 64-bit).
Revision 780 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 5 18:19:50 2011 UTC (13 years, 10 months ago) by amb
File length: 30003 byte(s)
Diff to previous 707
Replace int with appropriate defined types (mostly index_t, ll_bin_t and ll_bin2_t).
Revision 707 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 8 16:57:02 2011 UTC (13 years, 10 months ago) by amb
File length: 29990 byte(s)
Diff to previous 705
The FirstSegment function now takes a cache position argument.
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, 11 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, 11 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, 11 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 (14 years 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 (14 years 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]
Added 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.
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.