Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement elevation support #10

Open
3 tasks done
xivk opened this issue Jan 4, 2021 · 2 comments
Open
3 tasks done

Implement elevation support #10

xivk opened this issue Jan 4, 2021 · 2 comments

Comments

@xivk
Copy link
Contributor

xivk commented Jan 4, 2021

Implement elevation support similar to what was done in Itinero1.

  • Add an ElevationHandler to get elevation.
  • Store elevation on the graph.
  • Return elevation in the routes.
@xivk
Copy link
Contributor Author

xivk commented Jan 20, 2021

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
Copy link
Contributor Author

xivk commented Jan 20, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant