Always use h1 for heading
This commit is contained in:
parent
80681b78c6
commit
f2d4c755f6
9 changed files with 9 additions and 12 deletions
|
@ -3,7 +3,7 @@ title: "Routing algorithm"
|
||||||
parent: Developers
|
parent: Developers
|
||||||
---
|
---
|
||||||
|
|
||||||
## Routing algorithm: 2-pass routing with adaptive cost-cutoff
|
# Routing algorithm: 2-pass routing with adaptive cost-cutoff
|
||||||
|
|
||||||
There's not so much to say about the routing algorithm, because the basic ideas
|
There's not so much to say about the routing algorithm, because the basic ideas
|
||||||
like [Dijkstra's algorithm](http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)
|
like [Dijkstra's algorithm](http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
parent: Features
|
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
|
||||||
other way, following the same routing preferences, but not following the way of
|
other way, following the same routing preferences, but not following the way of
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
parent: Features
|
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
|
||||||
routing preferences are a personal issue. Not even will MTB and racing cyclist
|
routing preferences are a personal issue. Not even will MTB and racing cyclist
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
parent: Features
|
parent: Features
|
||||||
---
|
---
|
||||||
|
|
||||||
## Following long distance cycle routes
|
# Following long distance cycle routes
|
||||||
|
|
||||||
The long distance cycle network (see
|
The long distance cycle network (see
|
||||||
[www.opencyclemap.org](http://www.opencyclemap.org)) is the first thing to
|
[www.opencyclemap.org](http://www.opencyclemap.org)) is the first thing to
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
parent: Features
|
parent: Features
|
||||||
---
|
---
|
||||||
|
|
||||||
## Elevation awareness
|
# Elevation awareness
|
||||||
|
|
||||||
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
|
||||||
in a flat country. But in most routing software, elevation is either not handled
|
in a flat country. But in most routing software, elevation is either not handled
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
parent: Features
|
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
|
||||||
online version offered here is just for a trial and for convenience. While many
|
online version offered here is just for a trial and for convenience. While many
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
parent: Features
|
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)
|
||||||
offers on online interface to edit both of them.
|
offers on online interface to edit both of them.
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
---
|
# Resources
|
||||||
title: Resources
|
|
||||||
---
|
|
||||||
|
|
||||||
## International resources
|
## International resources
|
||||||
|
|
||||||
- Please use the [osm-android-bikerouting](http://groups.google.com/group/osm-android-bikerouting)
|
- Please use the [osm-android-bikerouting](http://groups.google.com/group/osm-android-bikerouting)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Revision history
|
# Revision history
|
||||||
|
|
||||||
(ZIP-Archives including APK, readme + profiles)
|
(ZIP-Archives including APK, readme + profiles)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue