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 559 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 21 12:23:04 2010 UTC (14 years, 3 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, 5 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, 7 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, 9 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, 9 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, 10 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 (15 years 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 (15 years 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 (15 years 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]
Modified 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.


Revision 327 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 11:38:05 2010 UTC (15 years ago) by amb
File length: 9242 byte(s)
Diff to previous 326
Allow filenames on the planetsplitter command line.


Revision 326 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 19 19:47:10 2010 UTC (15 years ago) by amb
File length: 8527 byte(s)
Diff to previous 310
Allow planetsplitter to be run with a --parse-only or --process-only option and
append to existing file or read from existing file.


Revision 310 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 11 19:27:39 2009 UTC (15 years, 4 months ago) by amb
File length: 7837 byte(s)
Diff to previous 307
Added a new function to sort variable length data - simplifies the compacting of
ways, reduces memory usage potentially required for it and simplifies the code.


Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 25 15:00:37 2009 UTC (15 years, 4 months ago) by amb
File length: 7917 byte(s)
Diff to previous 300
Store the selected options when parsing (planetsplitter) and display them in the
statistics (filedumper) and check them when routing (router).


Revision 300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 3 18:44:30 2009 UTC (15 years, 5 months ago) by amb
File length: 7806 byte(s)
Diff to previous 298
Rename Way_Unknown to Way_Count to make more sense and match the properties.


Revision 298 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Nov 2 19:32:06 2009 UTC (15 years, 5 months ago) by amb
File length: 7810 byte(s)
Diff to previous 284
Added the ability to set routing preferences using highway properties.
Initially the only choice is either paved or unpaved but the code has been
updated to allow any number of properties to be added.



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