Move algorithm to developer information
This commit is contained in:
parent
d45a811720
commit
76f20ca864
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Routing algorithm"
|
title: "Routing algorithm"
|
||||||
parent: Features
|
parent: Developers
|
||||||
---
|
---
|
||||||
|
|
||||||
## Routing algorithm: 2-pass routing with adaptive cost-cutoff
|
## Routing algorithm: 2-pass routing with adaptive cost-cutoff
|
|
@ -24,7 +24,7 @@ Here's what makes BRouter unique:
|
||||||
- It works [fully offline on any Android phone](features/offline.md) and is
|
- It works [fully offline on any Android phone](features/offline.md) and is
|
||||||
interfaced to some of the most popular Android map tools
|
interfaced to some of the most popular Android map tools
|
||||||
|
|
||||||
- It uses a sophisticated [routing-algorithm](features/algorithm.md) with
|
- It uses a sophisticated [routing-algorithm](developers/algorithm.md) with
|
||||||
[elevation consideration](features/elevation.md)
|
[elevation consideration](features/elevation.md)
|
||||||
|
|
||||||
- It offers [alternative route calculations](features/alternatives.md)
|
- It offers [alternative route calculations](features/alternatives.md)
|
||||||
|
|
|
@ -260,7 +260,7 @@
|
||||||
|
|
||||||
### [brouter_0_9_6.zip](../brouter_bin/brouter_0_9_6.zip) (27.10.2013)
|
### [brouter_0_9_6.zip](../brouter_bin/brouter_0_9_6.zip) (27.10.2013)
|
||||||
|
|
||||||
- added html-page about [routing-algorithm](features/algorithm.md)
|
- added html-page about [routing-algorithm](developers/algorithm.md)
|
||||||
- changed from 3-pass to 2-pass calculation
|
- changed from 3-pass to 2-pass calculation
|
||||||
- added profile-parameters for routing coefficients
|
- added profile-parameters for routing coefficients
|
||||||
- lowered pass1-coefficient for car-test to 1.3
|
- lowered pass1-coefficient for car-test to 1.3
|
||||||
|
|
Loading…
Reference in a new issue