Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/src/visualiser.c
ViewVC logotype

Log of /trunk/src/visualiser.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

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: 26105 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: 26029 byte(s)
Diff to previous 1057
Add an option to the visualiser to display nodes that disallow selected
transport type.


Revision 1057 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 12 14:09:12 2012 UTC (12 years, 7 months ago) by amb
File length: 24361 byte(s)
Diff to previous 1003
Fix for highway type visualiser (was missing one-way segments).


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: 24352 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: 22118 byte(s)
Diff to previous 955
Add an option to the visualiser to display segments accessible to each of the
transport types.


Revision 955 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 28 14:40:54 2012 UTC (13 years, 1 month ago) by amb
File length: 19826 byte(s)
Diff to previous 934
Simplify and standardise the included headers.


Revision 934 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 8 13:10:19 2011 UTC (13 years, 3 months ago) by amb
File length: 19825 byte(s)
Diff to previous 885
Make limit checking work with one-way streets and in slim mode.


Revision 885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 29 15:20:30 2011 UTC (13 years, 4 months ago) by amb
File length: 19791 byte(s)
Diff to previous 780
Rationalise and reduce the usage of LookUpNode() function.


Revision 780 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 5 18:19:50 2011 UTC (13 years, 9 months ago) by amb
File length: 19657 byte(s)
Diff to previous 760
Replace int with appropriate defined types (mostly index_t, ll_bin_t and
ll_bin2_t).


Revision 760 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 3 18:26:59 2011 UTC (13 years, 9 months ago) by amb
File length: 19644 byte(s)
Diff to previous 707
Remove hard-coded numeric value and replace with a #define value.


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: 19571 byte(s)
Diff to previous 681
The FirstSegment function now takes a cache position argument.


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: 19559 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: 19564 byte(s)
Diff to previous 623
Update comments throughout the source code.


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: 19347 byte(s)
Diff to previous 598
Updated the visualiser to include turn restrictions.


Revision 598 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 15 16:11:37 2011 UTC (14 years, 2 months ago) by amb
File length: 16044 byte(s)
Diff to previous 462
Change the IsSuperNode() macro to take a single pointer argument.


Revision 462 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 26 18:17:20 2010 UTC (14 years, 7 months ago) by amb
File length: 16117 byte(s)
Diff to previous 460
Final part of slim mode for the router (node offsets).


Revision 460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 24 10:09:07 2010 UTC (14 years, 7 months ago) by amb
File length: 16041 byte(s)
Diff to previous 453
Finished slim mode for the router by adding ways.


Revision 453 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 15 18:04:29 2010 UTC (14 years, 8 months ago) by amb
File length: 16035 byte(s)
Diff to previous 223
Added a slim mode to the router (just for nodes to start with).


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: 15986 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: 15992 byte(s)
Diff to previous 217
Change from float to double for latitude and longitude.
Store latitude and longitude as an integer type rather than float (higher precision).


Revision 217 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 6 17:51:37 2009 UTC (15 years, 8 months ago) by amb
File length: 15794 byte(s)
Diff to previous 201
Print all super-segments within and crossing the border.
Don't display speed limits for tracks and paths unless set.


Revision 201 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 19:06:03 2009 UTC (15 years, 9 months ago) by amb
File length: 15583 byte(s)
Diff to previous 198
Rename WaysSame() with WaysCompare() and reverse the sense of the output.


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: 15581 byte(s)
Diff to previous 188
Add a macro for converting degrees to radians and radians to degrees.


Revision 188 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 8 18:21:10 2009 UTC (15 years, 9 months ago) by amb
File length: 15399 byte(s)
Diff to previous 184
Change format of super-node/segment visualiser output.


Revision 184 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jun 7 15:32:54 2009 UTC (15 years, 9 months ago) by amb
File length: 15380 byte(s)
Initial revision


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