Routino SVN Repository Browser

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

/[routino]/trunk/doc/html/usage.html
ViewVC logotype

Log of /trunk/doc/html/usage.html

Parent Directory Parent Directory | Revision Log Revision Log


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


Revision 1323 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 17 17:32:30 2013 UTC (11 years, 10 months ago) by amb
File length: 28124 byte(s)
Diff to previous 1267
Add the documentation for the change to the filedumper program.


Revision 1267 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 19 19:12:55 2013 UTC (11 years, 11 months ago) by amb
File length: 27859 byte(s)
Diff to previous 1257
Remove e-mail addresses and replace with links to website.


Revision 1257 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 16 15:14:25 2013 UTC (12 years, 1 month ago) by amb
File length: 27835 byte(s)
Diff to previous 1255
Move the meta tag for charset declaration to the top of the head, before the
copyright notice, within the first 1024 bytes.


Revision 1255 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 9 15:01:55 2013 UTC (12 years, 1 month ago) by amb
File length: 27833 byte(s)
Diff to previous 1248
Fix HTML validation error.


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: 27827 byte(s)
Diff to previous 1243
Add the ability for the visualiser to display highways that have a particular
property.


Revision 1243 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 20 14:17:14 2013 UTC (12 years, 1 month ago) by amb
File length: 27690 byte(s)
Diff to previous 1227
Replace 'motorbike' with 'motorcycle' everywhere.


Revision 1227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 24 16:35:46 2012 UTC (12 years, 2 months ago) by amb
File length: 27685 byte(s)
Diff to previous 1224
Added parsing of O5M/O5C format (a binary format but otherwise very close to OSM/OSC).


Revision 1224 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 22 11:42:29 2012 UTC (12 years, 2 months ago) by amb
File length: 27539 byte(s)
Diff to previous 1221
Data can no longer be read from stdin for planetsplitter or tagmodifier.


Revision 1221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 21 16:08:44 2012 UTC (12 years, 2 months ago) by amb
File length: 27351 byte(s)
Diff to previous 1200
Add a parser for OSM PBF format.
Separate the XML parser from the data processing in osmparser.c.
Update planetsplitter and documentation to use new format.


Revision 1200 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 11:58:27 2012 UTC (12 years, 3 months ago) by amb
File length: 27208 byte(s)
Diff to previous 1197
Add the --logtime and --errorlog options to tagmodifier.


Revision 1197 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 14 15:18:55 2012 UTC (12 years, 3 months ago) by amb
File length: 26987 byte(s)
Diff to previous 1167
Update the usage messages and documentation for bzip2/gzip uncompression.


Revision 1167 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 16:21:27 2012 UTC (12 years, 3 months ago) by amb
File length: 26367 byte(s)
Diff to previous 1157
Rename the '--preserve' command line option to '--keep' for simplicity.


Revision 1157 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 18:30:35 2012 UTC (12 years, 3 months ago) by amb
File length: 26392 byte(s)
Diff to previous 1151
Do not require that --preserve must be used with --parse-only before changes can
be applied (reverses r1151 for the change to functionality but preserves the
changes to the functions that enable it).


Revision 1151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 18 17:24:50 2012 UTC (12 years, 3 months ago) by amb
File length: 26702 byte(s)
Diff to previous 1149
Using --parse-only and --preserve must sort the data so that it is ready to
apply the changes.


Revision 1149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 17 18:55:11 2012 UTC (12 years, 3 months ago) by amb
File length: 26392 byte(s)
Diff to previous 1140
Add a new program to dump the contents of the intermediate files that are
generated by using --preserve or --changes.


Revision 1140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 16 18:47:07 2012 UTC (12 years, 4 months ago) by amb
File length: 24900 byte(s)
Diff to previous 1136
Code to allow adding OSC change files (.osc files) to an existing set of parsed
(and preserved) data.


Revision 1136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 10 19:23:32 2012 UTC (12 years, 4 months ago) by amb
File length: 23696 byte(s)
Diff to previous 1120
Added a --preserve option which keeps the raw data files after parsing, sorting
and de-duplication.


Revision 1120 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 1 20:00:27 2012 UTC (12 years, 4 months ago) by amb
File length: 23560 byte(s)
Diff to previous 1117
Introduce a new'--append' option for appending data from a file to the currently
parsed data.  Rename the intermediate file used for storing data to be appended
to.  Add a function to call after appending to a file which closes the file and
renames it to a temporary filename which is used for the remaining processing.


Revision 1117 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 24 08:35:00 2012 UTC (12 years, 4 months ago) by amb
File length: 22516 byte(s)
Diff to previous 1023
Perform the pruning for isolated regions in terms of each transport type
individually.


Revision 1023 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 17 18:50:05 2012 UTC (12 years, 8 months ago) by amb
File length: 22399 byte(s)
Diff to previous 1003
Add a note that too many threads and not enough memory will slow down
planetsplitter operation.


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: 22326 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: 22191 byte(s)
Diff to previous 991
Add an option to the visualiser to display segments accessible to each of the
transport types.


Revision 991 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 2 16:40:08 2012 UTC (12 years, 10 months ago) by amb
File length: 22026 byte(s)
Diff to previous 982
Convert sorting algorithms to optionally use multiple threads.


Revision 982 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 17 14:04:17 2012 UTC (13 years ago) by amb
File length: 21850 byte(s)
Diff to previous 975
Add a new '--logtime' option that prints the elapsed time for planetsplitter.


Revision 975 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Feb 21 17:52:41 2012 UTC (13 years ago) by amb
File length: 21745 byte(s)
Diff to previous 966
Enable pruning by default.  Fix the test cases to run with and without pruning
but only compare against the expected results when not pruned.



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