Fix typos in markdown files
This commit is contained in:
parent
c72fc5f74d
commit
b01aff2e4e
7 changed files with 41 additions and 43 deletions
|
|
@ -43,7 +43,7 @@ _routing-profile_.
|
|||
|
||||
#### storageconfig.txt
|
||||
|
||||
`storageconfig.txt` is used to specifiy additional paths which BRouter should
|
||||
`storageconfig.txt` is used to specify additional paths which BRouter should
|
||||
use.
|
||||
|
||||
* `secondary_segment_dir` points to an additional directory containing routing
|
||||
|
|
@ -86,8 +86,8 @@ personal routing preferences.
|
|||
## Routing via _file interface_
|
||||
|
||||
The other option is using the BRouter app to calculate a route. This is the
|
||||
prefered option when calculating long-distance-routes that would not finish
|
||||
within the 60 seconds timout if calculated via the _service interface_.
|
||||
preferred option when calculating long-distance-routes that would not finish
|
||||
within the 60 seconds timeout if calculated via the _service interface_.
|
||||
|
||||
To do this, start the BRouter app, select two or more waypoints and then start
|
||||
the route calculation. BRouter reads waypoints from the `import` folder
|
||||
|
|
@ -97,9 +97,10 @@ If your waypoint database contains a `from` and `to` waypoint the waypoint
|
|||
selection will be skipped. BRouter also uses `via1`, ..., `via9` as via
|
||||
waypoints.
|
||||
|
||||
If a route is calculated, it is stored as `brouter0.gpx`. BRouter stores the route in
|
||||
`<basedir>/import/tracks` directory. If started once more with identical input,
|
||||
BRouter will store a second route `brouter1.gpx` for the first alternative and so on.
|
||||
If a route is calculated, it is stored as `brouter0.gpx`. BRouter stores the
|
||||
route in `<basedir>/import/tracks` directory. If started once more with
|
||||
identical input, BRouter will store a second route `brouter1.gpx` for the first
|
||||
alternative and so on.
|
||||
|
||||
## Mixed operation: _timeout-free recalculations_
|
||||
|
||||
|
|
@ -116,7 +117,7 @@ _reference track_ in the `brouter/modes` subdirectory.
|
|||
If afterwards a route to the exact same destination is calculated via the
|
||||
service interface, BRouter uses a special calculation mode that makes use of the
|
||||
reference track for faster processing that is guaranteed to give a result within
|
||||
60 seconds. _Exact same_ destination means withing 5m, so best use the same
|
||||
60 seconds. _Exact same_ destination means within 5m, so best use the same
|
||||
waypoint for re-calculating that you used for the initial calculation.
|
||||
|
||||
This way you can follow a long distance route via the _service interface_,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ nav_order: 1
|
|||
### Choosing and installing a map tool
|
||||
|
||||
BRouter just calculates tracks as GPX or GeoJSON files. It does not display maps
|
||||
or give any navigation instuctions. Therefore you need a map-tool in order for
|
||||
or give any navigation instructions. Therefore you need a map-tool in order for
|
||||
BRouter to be useful.
|
||||
|
||||
Several map tools support routing with BRouter:
|
||||
|
|
@ -44,7 +44,6 @@ Since Android 11 apps can only write to their app-specific storage so BRouter
|
|||
can only use `<...>/Android/media/btools.routingapp/` as base directory. The
|
||||
app-specific storage can be located on internal or external storage.
|
||||
|
||||
|
||||
### Download routing segments
|
||||
|
||||
BRouter requires routing data which is independent of the displayed map of a map
|
||||
|
|
@ -67,7 +66,7 @@ BRouter as navigation service.
|
|||
Note: OsmAnd only displays BRouter as navigation service if BRouter is
|
||||
installed. You have to install BRouter before configuring OsmAnd.
|
||||
|
||||
The _service interface_ allows specifing either a _routing-mode_ (used by OsmAnd
|
||||
The _service interface_ allows specifying either a _routing-mode_ (used by OsmAnd
|
||||
and OruxMaps) or a _routing-profile_ (used by LocusMap). When using a
|
||||
_routing-mode_ BRouter selects the _routing-profile_ according to a mapping.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue