Add feature navigation
This commit is contained in:
parent
0b9ea9b4c0
commit
76736072bf
9 changed files with 32 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Routing algorithm"
|
title: "Routing algorithm"
|
||||||
|
parent: Features
|
||||||
---
|
---
|
||||||
|
|
||||||
## Routing algorithm: 2-pass routing with adaptive cost-cutoff
|
## Routing algorithm: 2-pass routing with adaptive cost-cutoff
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
parent: Features
|
||||||
|
---
|
||||||
|
|
||||||
## Alternative route calculations
|
## Alternative route calculations
|
||||||
|
|
||||||
Sometimes the routing result is not what you want, and you are looking for some
|
Sometimes the routing result is not what you want, and you are looking for some
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
parent: Features
|
||||||
|
---
|
||||||
|
|
||||||
## Freely configurable routing profile
|
## Freely configurable routing profile
|
||||||
|
|
||||||
A major reason for the limited usefulness of most bike routing software is that
|
A major reason for the limited usefulness of most bike routing software is that
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
parent: Features
|
||||||
|
---
|
||||||
|
|
||||||
## Following long distance cycle routes
|
## Following long distance cycle routes
|
||||||
|
|
||||||
The long distance cycle network (see
|
The long distance cycle network (see
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
parent: Features
|
||||||
|
---
|
||||||
|
|
||||||
## Elevation algorithm
|
## Elevation algorithm
|
||||||
|
|
||||||
Elevation awareness is the most important issue in bike routing if not routing
|
Elevation awareness is the most important issue in bike routing if not routing
|
||||||
|
|
5
docs/features/index.md
Normal file
5
docs/features/index.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Features
|
||||||
|
has_children: true
|
||||||
|
nav_order: 2
|
||||||
|
---
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
parent: Features
|
||||||
|
---
|
||||||
|
|
||||||
## Ofline routing on Android phones
|
## Ofline routing on Android phones
|
||||||
|
|
||||||
BRouter is first and foremost an offline tool. It runs on any Android phone. The
|
BRouter is first and foremost an offline tool. It runs on any Android phone. The
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
parent: Features
|
||||||
|
---
|
||||||
|
|
||||||
## Via-Points and NoGo-Areas
|
## Via-Points and NoGo-Areas
|
||||||
|
|
||||||
BRouter can process via-points and nogo-areas, and [brouter-web](/brouter-web)
|
BRouter can process via-points and nogo-areas, and [brouter-web](/brouter-web)
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
|
title: Home
|
||||||
|
nav_order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
## BRouter: Let's get serious about bike routing
|
## BRouter: Let's get serious about bike routing
|
||||||
|
|
Loading…
Reference in a new issue