What is exactly the "globe" projection? #5019
Replies: 1 comment
-
This is currently in "discussion" here: We are making the projection specification a bit more clear, hopefully. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In this post https://floss.social/@bart/113424884295371526 Bart mentions the globe-to-mercator projection 👍
I would like to know how it is working.
ref: https://github.com/d3/d3-geo-projection?tab=readme-ov-file#geoSatellite
implementation code: https://github.com/d3/d3-geo-projection/blob/main/src/satellite.js
example: https://observablehq.com/@d3/satellite-explorer (maplibre does not use the tilt I guess)
Thanks
PS. I tried to understand the code in https://github.com/maplibre/maplibre-gl-js/blob/main/src/geo/projection/globe_transform.ts but I am not that fluent in that environment to find the math behind.
Beta Was this translation helpful? Give feedback.
All reactions