You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if MVTLayer is already intended to support Cartesian coordinates because it appears to infer a Cartesian coordinate system from !this.context.viewport.resolution in the source code here. If Cartesian coordinates are already intended to be supported, I can change this issue to a bug ticket.
Target Use Case
MVTLayer incorrectly visualizes a vector tile dataset in Cartesian coordinates in OrthographicView.
https://codepen.io/s-n-i/pen/KwPeapW
I would like to make MVTLayer compatible with this use case.
Proposal
Changing the modelMatrix like this results in correct visualization:
s-n-i@4cacc13
https://codepen.io/s-n-i/pen/ZYzRLYX
I was wondering if MVTLayer is already intended to support Cartesian coordinates because it appears to infer a Cartesian coordinate system from
!this.context.viewport.resolution
in the source code here. If Cartesian coordinates are already intended to be supported, I can change this issue to a bug ticket.deck.gl/modules/geo-layers/src/mvt-layer/mvt-layer.ts
Line 268 in e9eada6
The text was updated successfully, but these errors were encountered: