-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Description
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
Original Comment: #9199 (comment)
Flavors
- Script tag
- React
- Python/Jupyter notebook
- MapboxOverlay
- GoogleMapsOverlay
- CARTO
- ArcGIS
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
- Framework version: ^9.1.0
- Browser: Chrome
- OS: MacOS
Logs
No response