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 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]
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, 3 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, 3 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, 4 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]
Modified Mon Nov 2 19:32:06 2009 UTC (15 years, 4 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.


Revision 284 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 12 17:35:26 2009 UTC (15 years, 5 months ago) by amb
File length: 7272 byte(s)
Diff to previous 282
Rename the tmpdirname variable.


Revision 282 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 10 15:56:23 2009 UTC (15 years, 5 months ago) by amb
File length: 7219 byte(s)
Diff to previous 279
Fix early termination test.


Revision 279 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 8 19:20:29 2009 UTC (15 years, 5 months ago) by amb
File length: 7217 byte(s)
Diff to previous 275
Replace node, segment and way indexes with a single index for a set of segments
containing the location of the first segment for each node.


Revision 275 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Oct 7 18:03:48 2009 UTC (15 years, 5 months ago) by amb
File length: 7122 byte(s)
Diff to previous 263
Go back to the version 1.1 method of having each segment listed twice.  This
simplifies the lookup of first/next segments at no in-RAM index cost and now
that slim mode has sorting of file contents the balance has tipped back.



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