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

Proof of bug: missing mercatorMatrix3d #3796

Closed
wants to merge 1 commit into from

Conversation

olsen232
Copy link
Contributor

@olsen232 olsen232 commented Mar 5, 2024

When writing a CustomLayerInterface in a 3D context, the developer has need of a 3D equivalent to the mercatorMatrix, but none is provided by the interface. This showcases the issue caused by the lack of one, and has a basic example of how to fix.

Currently only intended to showcase the issue - will rewrite once I've opened an issue to discuss the proper fix.

Issue filed as #3797

When writing a CustomLayerInterface in a 3D context, the developer
has need of a 3D equivalent to the mercatorMatrix, but none is
provided by the interface. This showcases the issue caused by the lack
of one, and has a basic example of how to fix.
@codecov-commenter
Copy link

codecov-commenter commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.73%. Comparing base (ee0450c) to head (624e80c).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3796      +/-   ##
==========================================
+ Coverage   86.64%   86.73%   +0.08%     
==========================================
  Files         240      240              
  Lines       32273    32276       +3     
  Branches     1977     1974       -3     
==========================================
+ Hits        27963    27993      +30     
+ Misses       3376     3347      -29     
- Partials      934      936       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HarelM
Copy link
Member

HarelM commented May 22, 2024

@olsen232 can we close this PR?

@olsen232 olsen232 closed this May 22, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants