Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/visualiser.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 1618 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 29 10:50:11 2014 UTC (10 years, 3 months ago) by amb
File length: 32190 byte(s)
Diff to previous 1590
Include typesx.h to get the definition of MAX_SEG_PER_NODE rather than having another one.
Revision 1590 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 18 16:26:18 2014 UTC (10 years, 5 months ago) by amb
File length: 32280 byte(s)
Diff to previous 1573
Update comments for the functions (some were wrong, all were unclear).
Revision 1573 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 20 17:31:20 2014 UTC (10 years, 9 months ago) by amb
File length: 31638 byte(s)
Diff to previous 1560
When visualising segments include all of the ones that overlap the selected region (not missing a few that cross the edges).
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: 31518 byte(s)
Diff to previous 1489
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 1489 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 16 18:31:17 2014 UTC (11 years, 2 months ago) by amb
File length: 31255 byte(s)
Diff to previous 1331
When searching for nodes for the visualiser don't exceed the database lat/long limits.
Revision 1331 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 18 16:19:45 2013 UTC (11 years, 10 months ago) by amb
File length: 31021 byte(s)
Diff to previous 1329
Remove unused header file.
Revision 1329 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 18 12:53:23 2013 UTC (11 years, 10 months ago) by amb
File length: 31043 byte(s)
Diff to previous 1322
Add the ability to select any item displayed in the visualiser and display information about it in a popup.
Revision 1322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 17 17:28:12 2013 UTC (11 years, 10 months ago) by amb
File length: 30497 byte(s)
Diff to previous 1321
Limit the error log outputs to the geographical ones and make the strings HTML safe.
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: 30358 byte(s)
Diff to previous 1291
Allow dumping error logs from filedumper.
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: 28446 byte(s)
Diff to previous 1248
The GetLatLong function takes a pointer to the node as an argument - must be an optimisation for slim mode if not normal mode.
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: 28398 byte(s)
Diff to previous 1174
Add the ability for the visualiser to display highways that have a particular property.
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: 26112 byte(s)
Diff to previous 1078
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 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]
Added 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.
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.