Closed birkskyum closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.73%. Comparing base (
5788145
) to head (8fdaf62
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Let me know which PR to review first and if we can/should push this PR or the other one first.
This one is ready to merge, so we can begin making GL JS support the non-mercator high-zoom case (with floating point errors, as noted by Jakub), and simply toggling between mercator and general-perspective.
The projection expression work needs some more time.
Feel free to push this forward.
With the expression syntax well underway, it seems there's a clear need for adding the General Perspective projection (
general-perspective
) in that way that doesn't break later. It serves as a non-adaptive globe until the expression is in.We can too clarify that the "globe" is, and will stay as, an adaptive preset that use the
general-perspective
andmercator
projections.Having the
genereral-projection
option in GL JS early can help us begin preparing for the introduction of the expressions.888
Launch Checklist
CHANGELOG.md
under the## main
section.