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 1650 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 13 17:58:30 2015 UTC (9 years, 10 months ago) by amb
File length: 46435 byte(s)
Diff to previous 1599
Use "%zu" to print 'size_t' type values and use Pindex_t to print
'index_t' type values.


Revision 1599 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 30 18:31:51 2014 UTC (10 years, 5 months ago) by amb
File length: 46737 byte(s)
Diff to previous 1560
Use exit() when exiting the program other than at the end of the main function.


Revision 1560 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 30 18:39:35 2014 UTC (10 years, 10 months ago) by amb
File length: 46728 byte(s)
Diff to previous 1559
Update the visualiser web page to allow displaying the "cyclebothways" highway
type and the "roundabout" highway type.  Also "cyclebothways" is no longer a
property so removed from that part of the visualiser.


Revision 1559 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 29 17:38:50 2014 UTC (10 years, 10 months ago) by amb
File length: 46320 byte(s)
Diff to previous 1458
Remove the "cyclebothways" property and replace it with a "cyclebothways"
highway type.  This means that it is no longer possible to choose a preference
for this type of highway when calculating a route.  There was never really any
reason for allowing users to do this since they can't specify a preference for
oneway streets.  It does however mean that the broken Javascript in the router
web page (no entry field for this property) is fixed.  Unfortunately this means
that a database created by previous versions are not compatible with this one.


Revision 1458 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 8 17:24:36 2013 UTC (11 years, 8 months ago) by amb
File length: 45914 byte(s)
Diff to previous 1433
Fix typo in documentation string.


Revision 1433 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 29 08:49:44 2013 UTC (11 years, 8 months ago) by amb
File length: 45918 byte(s)
Diff to previous 1330
Print the fake XML for the visualiser with special routino:* top-level tag
names.


Revision 1330 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 18 16:19:34 2013 UTC (11 years, 10 months ago) by amb
File length: 45862 byte(s)
Diff to previous 1321
Create specific HTML formatted output from filedumper for the visualiser web
page.


Revision 1321 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 17 14:54:56 2013 UTC (11 years, 10 months ago) by amb
File length: 36515 byte(s)
Diff to previous 1305
Allow dumping error logs from filedumper.


Revision 1305 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 10 18:25:38 2013 UTC (11 years, 10 months ago) by amb
File length: 33495 byte(s)
Diff to previous 1291
Remove always true condition (pedantic compiler warning).


Revision 1291 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 1 18:32:57 2013 UTC (11 years, 10 months ago) by amb
File length: 33539 byte(s)
Diff to previous 1263
The GetLatLong function takes a pointer to the node as an argument - must be an
optimisation for slim mode if not normal mode.


Revision 1263 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 2 14:13:14 2013 UTC (12 years ago) by amb
File length: 33522 byte(s)
Diff to previous 1248
Recognise mini-roundabouts tagged as junction=roundabout (as well as
highway=mini_roundabout).  Pass them through the parser as roundabout=yes.
Output them from the filedumper as junction=roundabout.  Update the
documentation for mini-roundabouts.


Revision 1248 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 24 19:35:05 2013 UTC (12 years, 1 month 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, 2 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, 3 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, 3 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, 3 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, 4 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, 5 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, 5 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, 9 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, 9 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, 3 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, 3 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]
Added Tue Nov 22 19:26:42 2011 UTC (13 years, 3 months ago) by amb
File length: 31049 byte(s)
Diff to previous 916
Include a bounding box in the --dump-osm XML output.



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