X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fusage.html;h=873a5c3a3c72476a9d0c278af6bda43b1ddf2fbe;hb=5a44d59fac1aa6104956f4d5dbeef567169c32c0;hp=74e33f756565a03e0bfc2dfffb3c5ba39b63bafe;hpb=a5b34ad069a52ff6cf981f01667d102292988811;p=routino diff --git a/doc/html/usage.html b/doc/html/usage.html index 74e33f7..873a5c3 100644 --- a/doc/html/usage.html +++ b/doc/html/usage.html @@ -65,6 +65,7 @@ Usage: planetsplitter [--help] [--sort-ram-size=<size>] [--tmpdir=<dirname>] [--parse-only | --process-only] + [--loggable] [--max-iterations=<number>] [--tagging=<filename>] [<filename.osm> ...] @@ -92,6 +93,10 @@ Usage: planetsplitter [--help]
--process-only
Don't read in any files but process the existing temporary file into the routing database. +
--loggable +
Print progress messages that are suitable for logging to a file; normally + an incrementing counter is printed which is more suitable for realtime + display than logging.
--max-iterations=<number>
The maximum number of iterations to use when generating super-nodes and super-segments. Defaults to 10 which is normally enough. @@ -142,7 +147,7 @@ Usage: router [--help | --help-profile | --help-profile-xml | [--dir=<dirname>] [--prefix=<name>] [--profiles=<filename>] [--translations=<filename>] [--exact-nodes-only] - [--quiet] + [--loggable | --quiet] [--output-html] [--output-gpx-track] [--output-gpx-route] [--output-text] [--output-text-all] @@ -198,6 +203,10 @@ Usage: router [--help | --help-profile | --help-profile-xml |
When processing the specified latitude and longitude points only select the nearest node instead of finding the nearest point within a segment (quicker but less accurate unless the points are already near nodes). +
--loggable +
Print progress messages that are suitable for logging to a file; normally + an incrementing counter is printed which is more suitable for realtime + display than logging.
--quiet
Don't generate any screen output while running (useful for running in a script).
--language=<lang> @@ -263,6 +272,7 @@ Usage: router [--help | --help-profile | --help-profile-xml |
  • cycleway = Cycleway
  • path = Path
  • steps = Steps +
  • ferry = Ferry Default value depends on the profile selected by the --transport option.
    --speed-<highway>=<speed> @@ -429,6 +439,7 @@ for test purposes.
     Usage: tagmodifier [--help]
    +                   [--loggable]
                        [--tagging=<filename>]
                        [<filename.osm>]
     
    @@ -436,6 +447,10 @@ Usage: tagmodifier [--help]
    --help
    Prints out the help information. +
    --loggable +
    Print progress messages that are suitable for logging to a file; normally + an incrementing counter is printed which is more suitable for realtime + display than logging.
    --tagging=<filename>
    The name of the XML file containing the tagging rules (defaults to 'tagging.xml' in the current directory).