Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/relationsx.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 560 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 21 14:54:27 2010 UTC (14 years, 2 months ago) by amb
File length: 22800 byte(s)
Diff to previous 559
Update the nodes to force a super-node where there is a turn restriction.
Revision 559 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 21 12:23:04 2010 UTC (14 years, 2 months ago) by amb
File length: 22468 byte(s)
Diff to previous 557
Finish the processing of the turn relations now that the extra node lookup table is in place.
Revision 557 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 20 19:11:02 2010 UTC (14 years, 2 months ago) by amb
File length: 21389 byte(s)
Diff to previous 555
Make the PutBack*() functions be no-ops in slim mode and remove the pre-processor guards from around the function calls.
Revision 555 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 20 19:02:31 2010 UTC (14 years, 2 months ago) by amb
File length: 21405 byte(s)
Diff to previous 551
Close and open the files for the slim case to match the map/unmap of files for the non-slim case.
Revision 551 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 19 19:03:02 2010 UTC (14 years, 2 months ago) by amb
File length: 21051 byte(s)
Diff to previous 548
Process the turn relations (apart from updating the indexes to the geographically sorted nodes).
Revision 548 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 19 11:34:02 2010 UTC (14 years, 2 months ago) by amb
File length: 22240 byte(s)
Diff to previous 542
A temporary check-in that handles turn restrictions more complicated than actually allowed (ways must start/end at the via node).
Revision 542 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 18 15:19:33 2010 UTC (14 years, 3 months ago) by amb
File length: 17438 byte(s)
Diff to previous 540
Add a Relations data type and write out the turn relations that have been read in. Still doesn't perform the required processing after reading the data or use the information for routing.
Revision 540 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 5 16:19:24 2010 UTC (14 years, 3 months ago) by amb
File length: 12997 byte(s)
Diff to previous 532
Parse turn restriction relations and store ones with a single via node. (Doesn't do anything with them yet).
Revision 532 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 14:56:37 2010 UTC (14 years, 3 months ago) by amb
File length: 8824 byte(s)
Diff to previous 529
Split functions.h into fakes.h, sorting.h and the remainder in functions.h.
Revision 529 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 11:41:25 2010 UTC (14 years, 3 months ago) by amb
File length: 8826 byte(s)
Diff to previous 522
Change the allow_t type into transports_t (and associated enums and macros).
Revision 522 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 14:57:30 2010 UTC (14 years, 4 months ago) by amb
File length: 8796 byte(s)
Diff to previous 519
Fix bug with relation processing.
Revision 519 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 14:22:28 2010 UTC (14 years, 4 months ago) by amb
File length: 8589 byte(s)
Diff to previous 511
Add an option to make the output more suitable for a log file.
Revision 511 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 9 18:20:18 2010 UTC (14 years, 5 months ago) by amb
File length: 8646 byte(s)
Diff to previous 510
The ReOpenFile() function cannot be read/write because it stops the router running with read-only access to the database.
Revision 510 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 9 14:14:42 2010 UTC (14 years, 5 months ago) by amb
File length: 8396 byte(s)
Diff to previous 508
Fix previous check-in on this set of files.
Revision 508 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 3 15:02:11 2010 UTC (14 years, 5 months ago) by amb
File length: 8397 byte(s)
Diff to previous 507
Don't try mapping a file if it is zero length (e.g. no super-segments).
Revision 507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 3 15:01:04 2010 UTC (14 years, 5 months ago) by amb
File length: 8361 byte(s)
Diff to previous 506
Add a function to map a file writeable and use it for updating the ways when processing route relations.
Revision 506 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 3 14:21:18 2010 UTC (14 years, 5 months ago) by amb
File length: 8352 byte(s)
Diff to previous 505
Avoid self-recursion and adding route information to relations that already have it.
Revision 505 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 25 18:47:32 2010 UTC (14 years, 5 months ago) by amb
File length: 8162 byte(s)
Diff to previous 501
Apply the route=bicycle or route=foot tags from the relation to all ways contained in it and to all ways in all sub-relations of it (including recursion to depth 5). This requires all relations to be stored even if not routes because they might be included by another relation that is.
Revision 501 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 19 14:06:54 2010 UTC (14 years, 5 months ago) by amb
File length: 6405 byte(s)
Diff to previous 496
Remove the sorting of the route relations.
Revision 496 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Sep 17 17:42:45 2010 UTC (14 years, 6 months ago) by amb
File length: 8395 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.