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 am not able to properly visualize IconLayers on my Globe-projected DeckGL instance.
In my React-Maplibre-MapboxOverlay implementation mercator projection shows up great, but globe projection glitches out. (tested both interleaved/overlaid)
Screen.Recording.2025-03-29.at.4.14.08.PM.mov
In my (codepen using script tag) reproduction, I am actually able to see the point when the globe is oriented such that the Icon extrudes in the right direction, however, in my implementation, the point disappears after any user interaction.
Additionally, in the reproduction, the IconLayer instances do not show up in the right location. Notice how the coordinates of the sample points are all within Florida, however, the IconLayer shows up at the origin
Description
I am not able to properly visualize IconLayers on my Globe-projected DeckGL instance.
In my
React-Maplibre-MapboxOverlayimplementation mercator projection shows up great, but globe projection glitches out. (tested both interleaved/overlaid)Screen.Recording.2025-03-29.at.4.14.08.PM.mov
In my (codepen using script tag) reproduction, I am actually able to see the point when the globe is oriented such that the Icon extrudes in the right direction, however, in my implementation, the point disappears after any user interaction.
Additionally, in the reproduction, the IconLayer instances do not show up in the right location. Notice how the coordinates of the sample points are all within Florida, however, the IconLayer shows up at the origin
Original Comment: #9199 (comment)
Flavors
Expected Behavior
I would expect the IconLayer to behave as it normally does in the
"mercator"projection.Steps to Reproduce
https://gist.github.com/charlieforward9/7637c8598caa1537ac965ed1603dcdbe
Environment
Logs
No response