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
If my image uses the 3857 projection and contains data for a specific region (e.g., [40, 0, 120, 60] as minX, minY, maxX, maxY), and I am implementing it using a Mapbox GL custom layer, how should the matrix be used in the vertex shader?
#24
Open
kt7456 opened this issue
Dec 30, 2024
· 0 comments
If my image uses the 3857 projection and contains data for a specific region (e.g., [40, 0, 120, 60] as minX, minY, maxX, maxY), and I am implementing it using a Mapbox GL custom layer, how should the matrix parameter in the render method be used in the vertex shader?
Thanks!
The text was updated successfully, but these errors were encountered:
If my image uses the 3857 projection and contains data for a specific region (e.g.,
[40, 0, 120, 60]
asminX
,minY
,maxX
,maxY
), and I am implementing it using a Mapbox GL custom layer, how should thematrix
parameter in therender
method be used in the vertex shader?Thanks!
The text was updated successfully, but these errors were encountered: