Add terrain support for flyTo and easeTo
Open
@mourner is already working on this.
Since Jan 19, 2021.
3d :triangular_ruler:
api :memo:
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
**mapbox-gl-js version**: 2.0.0
Camera functions `flyTo` and `easeTo` are not taking terrain elevation properly into account leading to bumpy and jittery camera movement. The approach used in our camera system to use separate elevation reference (sea level or terrain) could be used as a starting point for enabling smoother camera movement that is independent of the terrain.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.