How to make an orbit around the globe? #5585
Answered
by
AdriSolid
GravityMsc
asked this question in
Q&A
-
I want to make an orbit with a satellite(icon) around the globe by using globeView. What should I do? It seems that arcLayer and greatCircleLayer don't work. |
Beta Was this translation helpful? Give feedback.
Answered by
AdriSolid
Mar 16, 2021
Replies: 1 comment 3 replies
-
What did you try? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
GravityMsc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you try?
Here there is an example using
GlobeView
+ layers (includingArcLayer
) withz
: https://codepen.io/AdriSolid/pen/RwoQeeRYou should be able to configure
z
=>getPosition: d => [d.geometry.coordinates[0], d.geometry.coordinates[1], 5000000]