itinero / routing2

The next version of the Itinero route planner.
Apache License 2.0
7 stars 1 forks source link

Implement elevation support #10

Open xivk opened 3 years ago

xivk commented 3 years ago

Implement elevation support similar to what was done in Itinero1.

xivk commented 3 years ago

After implementing this we've figured out that when using elevation there are two flavors:

1. Elevation is added to the routerdb, we need it in an environment where we cannot access another source of elevation data.

2. Elevation is not added to the routerdb but used on the fly.

xivk commented 3 years ago

Refactor elevation handle to not be a process-wide handler but something configurable on a router/routerdb.