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 1248 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 24 19:35:05 2013 UTC (12 years, 2 months ago) by amb
File length: 33456 byte(s)
Diff to previous 1235
Add the ability for the visualiser to display highways that have a particular
property.


Revision 1235 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 29 11:19:23 2012 UTC (12 years, 3 months ago) by amb
File length: 33128 byte(s)
Diff to previous 1174
Replace the remaining 'long long' and 'unsigned long long' types with uint64_t.


Revision 1174 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 1 16:17:34 2012 UTC (12 years, 4 months ago) by amb
File length: 33112 byte(s)
Diff to previous 1168
Rename the Way_* enumerated values to Highway_*, add a new Highway_None type,
change the HighwayType() function to return Highway_None instead of
Highway_Count if no match found - all changes for consistency with similar types
and functions.


Revision 1168 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 21 09:20:57 2012 UTC (12 years, 4 months ago) by amb
File length: 33093 byte(s)
Diff to previous 1164
Revert r1164 - some super-segments are longer than 65535 metres even if no
individual segment is.


Revision 1164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 15:24:30 2012 UTC (12 years, 4 months ago) by amb
File length: 33057 byte(s)
Diff to previous 1150
Replace the 32-bit combined distance and flags in the segment with 16 bits for
each.


Revision 1150 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 17 18:55:38 2012 UTC (12 years, 4 months ago) by amb
File length: 33093 byte(s)
Diff to previous 1103
Some small changes to match the new filedumperx program.


Revision 1103 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 21 14:30:32 2012 UTC (12 years, 5 months ago) by amb
File length: 33086 byte(s)
Diff to previous 1078
Delete the onumber parameter from the Ways file header.


Revision 1078 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 28 16:34:20 2012 UTC (12 years, 6 months ago) by amb
File length: 33169 byte(s)
Diff to previous 1077
Rename some variables so that pointers to nodes, segments, ways and relations
use the Hungarian notation "p" suffix (only applies to the router, not
planetsplitter).


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, 7 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, 7 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, 7 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, 11 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]
Added Sun May 8 16:33:06 2011 UTC (13 years, 11 months ago) by amb
File length: 29986 byte(s)
Diff to previous 681
Remove the unused name caching for the ways (in slim mode).



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