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

How can I exaggerate elevation? #36

Open
zablik opened this issue May 23, 2021 · 2 comments
Open

How can I exaggerate elevation? #36

zablik opened this issue May 23, 2021 · 2 comments

Comments

@zablik
Copy link

zablik commented May 23, 2021

I want to display small hills on a marathon track as mountains.
How can I exaggerate elevation?

And is it possible to add GPS-track line on top of the map?

Thanks!

@j-devel
Copy link
Contributor

j-devel commented May 26, 2021

Hi, thanks for considering this library!

How can I exaggerate elevation?

Maybe, you can modify examples/flat example. In source code, update the z value however you like.

And is it possible to add GPS-track line on top of the map?

three-geo is quite low level, and so you will need to construct and add such objects by yourself. I would suggest starting with examples/projection.

@zablik
Copy link
Author

zablik commented May 31, 2021

@j-devel Thanks a lot! I was playing with elevation like it is shown in "flat" example and it was awesome!

I'll have a chance to try a "projection" example soon.

The library is great, I'm impressed!

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

2 participants