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 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]
Modified 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.
Revision 223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 18:34:38 2009 UTC (15 years, 8 months ago) by amb
File length: 12934 byte(s)
Diff to previous 219
Rename structure members after recent changes.
Revision 219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 17:31:56 2009 UTC (15 years, 8 months ago) by amb
File length: 12938 byte(s)
Diff to previous 211
Change from float to double for latitude and longitude. Store latitude and longitude as an integer type rather than float (higher precision).
Revision 211 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 1 18:19:10 2009 UTC (15 years, 8 months ago) by amb
File length: 12887 byte(s)
Diff to previous 208
Print latitude and longitude in degrees.
Revision 208 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 29 17:39:20 2009 UTC (15 years, 8 months ago) by amb
File length: 12847 byte(s)
Diff to previous 202
Move the super-segment and normal-segment flags from the nodes to the distance. Remove the NODE() macro and rename SUPER_FLAG to NODE_SUPER.
Revision 202 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 24 18:49:52 2009 UTC (15 years, 8 months ago) by amb
File length: 12859 byte(s)
Diff to previous 198
Allow dumping out of nodes, segments and ways.
Revision 198 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 18:52:54 2009 UTC (15 years, 9 months ago) by amb
File length: 8830 byte(s)
Diff to previous 189
Add a macro for converting degrees to radians and radians to degrees.
Revision 189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 8 18:21:21 2009 UTC (15 years, 9 months ago) by amb
File length: 8796 byte(s)
Diff to previous 185
Change help text.
Revision 185 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 7 15:33:15 2009 UTC (15 years, 9 months ago) by amb
File length: 8915 byte(s)
Diff to previous 162
Now used for data visualisation and statistics.
Revision 162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 23 17:37:04 2009 UTC (15 years, 10 months ago) by amb
File length: 2815 byte(s)
Diff to previous 151
Move the filename generation to a new function.
Revision 151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 8 16:54:34 2009 UTC (15 years, 11 months ago) by amb
File length: 3117 byte(s)
Diff to previous 118
Changed the license to Affero GPLv3.
Revision 118 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 13:45:54 2009 UTC (16 years, 1 month ago) by amb
File length: 2658 byte(s)
Diff to previous 109
Add macros for handling lat/long to bin conversions.
Revision 109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 7 15:56:08 2009 UTC (16 years, 1 month ago) by amb
File length: 2558 byte(s)
Diff to previous 107
Split the extended data types from the normal data types.
Revision 107 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 7 11:50:37 2009 UTC (16 years, 1 month ago) by amb
File length: 2581 byte(s)
Diff to previous 99
Add new command line options.
Revision 99 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 4 18:23:33 2009 UTC (16 years, 1 month ago) by amb
File length: 1628 byte(s)
Diff to previous 97
Sort the nodes geographically and take coordinates as command line arguments.
Revision 97 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 1 17:11:08 2009 UTC (16 years, 1 month ago) by amb
File length: 1442 byte(s)
Diff to previous 87
Rename some variable types.
Revision 87 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 26 18:47:23 2009 UTC (16 years, 1 month ago) by amb
File length: 2209 byte(s)
Diff to previous 66
Change Segment to contain index of way not its real ID. Don't store the real way ID to save space.
Revision 66 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 19:15:30 2009 UTC (16 years, 1 month ago) by amb
File length: 2901 byte(s)
Diff to previous 65
Nodes, Segments, Ways - Nodes, Segments, Ways.
Revision 65 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 18:57:16 2009 UTC (16 years, 1 month ago) by amb
File length: 2901 byte(s)
Diff to previous 54
Remove the choice of indexed or non-indexed data structures.
Revision 54 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 16:04:09 2009 UTC (16 years, 2 months ago) by amb
File length: 4365 byte(s)
Diff to previous 49
Added Super-Ways and allow user to select method of transport.
Revision 49 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 09:07:37 2009 UTC (16 years, 2 months ago) by amb
File length: 3867 byte(s)
Diff to previous 33
Fix output printing.
Revision 33 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jan 11 09:42:26 2009 UTC (16 years, 2 months ago) by amb
File length: 3851 byte(s)
Diff to previous 31
Replace Junction with SuperNode.
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.