Routino SVN Repository Browser

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

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

Log of /trunk/src/planetsplitter.c

Parent Directory Parent Directory | Revision Log Revision Log


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


Revision 652 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 12 15:06:00 2011 UTC (14 years ago) by amb
File length: 12896 byte(s)
Diff to previous 650
Optimise the search for supernodes, consider traffic when counting segments that
meet at a node.


Revision 650 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 27 15:49:21 2011 UTC (14 years ago) by amb
File length: 12876 byte(s)
Diff to previous 645
Don't have both xnumber and number in the nodesx, segmentsx, waysx and
relationsx structures.


Revision 645 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 26 19:26:03 2011 UTC (14 years ago) by amb
File length: 12812 byte(s)
Diff to previous 644
Fixed the turn relations with a few more functions.


Revision 644 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 26 17:20:40 2011 UTC (14 years ago) by amb
File length: 12715 byte(s)
Diff to previous 643
Renamed a couple of functions for clarity.


Revision 643 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 26 16:37:14 2011 UTC (14 years ago) by amb
File length: 12720 byte(s)
Diff to previous 599
Go back to the internal structure used (but reverted) during version 1.2
development where each segment is stored only once.  This halves the memory
usage (mmap files or just files) for planetsplitter.  This is allowed because a
new algorithm to create the node to segment indexes makes it simpler now that it
was.  This change is required so that super-node/segment optimisation doesn't
remove mutual loops.  This change doesn't handle turn restrictions yet.


Revision 599 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 15 19:28:56 2011 UTC (14 years, 2 months ago) by amb
File length: 12725 byte(s)
Diff to previous 559
Store the 'from' and 'to' segments and not nodes (to handle fake nodes inserted
in segments).


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: 12807 byte(s)
Diff to previous 551
Finish the processing of the turn relations now that the extra node lookup table
is in place.


Revision 551 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 19 19:03:02 2010 UTC (14 years, 3 months ago) by amb
File length: 12781 byte(s)
Diff to previous 549
Process the turn relations (apart from updating the indexes to the
geographically sorted nodes).


Revision 549 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 19 11:38:48 2010 UTC (14 years, 3 months ago) by amb
File length: 12786 byte(s)
Diff to previous 542
Change around the order of the functions.


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: 12786 byte(s)
Diff to previous 519
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 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: 12447 byte(s)
Diff to previous 499
Add an option to make the output more suitable for a log file.


Revision 499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 18:38:39 2010 UTC (14 years, 6 months ago) by amb
File length: 12194 byte(s)
Diff to previous 498
Split the sorting of waysx from the compacting so that the route relation
information can be included before compacting.


Revision 498 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 17:44:25 2010 UTC (14 years, 6 months ago) by amb
File length: 12068 byte(s)
Diff to previous 491
Parse relations and extract foot and bicycle routes to be added as properties to
the ways.


Revision 491 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 18:19:36 2010 UTC (14 years, 6 months ago) by amb
File length: 11725 byte(s)
Diff to previous 490
Bug fix for last change.


Revision 490 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 18:15:37 2010 UTC (14 years, 6 months ago) by amb
File length: 11728 byte(s)
Diff to previous 488
Improve the usage information to tell which command line argument was in error.


Revision 488 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 17:41:28 2010 UTC (14 years, 6 months ago) by amb
File length: 11167 byte(s)
Diff to previous 481
Usage message has wrong option name.


Revision 481 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 5 18:26:01 2010 UTC (14 years, 6 months ago) by amb
File length: 11171 byte(s)
Diff to previous 452
Use the installed tagging.xml, profiles.xml or translations.xml files as the
fallback option if no other given.


Revision 452 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 14 18:00:10 2010 UTC (14 years, 8 months ago) by amb
File length: 10799 byte(s)
Diff to previous 449
Replaced the runtime selection of slim mode / non-slim mode with compile time
selection that gives no runtime overhead but gives two executables.


Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 10994 byte(s)
Diff to previous 398
Create a files.h header and put some of the most heavily used files.c functions
into it and make them inline.


Revision 398 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 22 18:40:47 2010 UTC (14 years, 9 months ago) by amb
File length: 10973 byte(s)
Diff to previous 395
Remove the --transport=<transport>, --not-highway=<highway> and
--not-property=<property> options from planetsplitter because they can be done
by the tagging.xml file now.


Revision 395 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 18 18:38:59 2010 UTC (14 years, 10 months ago) by amb
File length: 12536 byte(s)
Diff to previous 358
Read in the tag transformation rules before calling the OSM parser.


Revision 358 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 9 15:15:02 2010 UTC (14 years, 11 months ago) by amb
File length: 11522 byte(s)
Diff to previous 347
Add an option '--sort-ram-size' to specify the RAM to use for sorting - defaults
to 256MB if not using slim mode.


Revision 347 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 3 14:20:16 2010 UTC (14 years, 11 months ago) by amb
File length: 10783 byte(s)
Diff to previous 342
Rename the old ParseXML() function as ParseOSM().


Revision 342 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 30 17:58:35 2010 UTC (14 years, 11 months ago) by amb
File length: 10783 byte(s)
Diff to previous 330
Improve the program help messages.


Revision 330 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Mar 20 12:24:20 2010 UTC (15 years ago) by amb
File length: 9286 byte(s)
Diff to previous 327
Improve the error messages by adding strerror() to them.



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