deck.gl
deck.gl copied to clipboard
[Bug] Globe example not displaying as expected
Description
I'm attempting to run the maplibre-globe example and it doesn't seem to be working. I upgraded the versions in the package.json to 9.1 and still no luck.
Am I doing something wrong? I assumed all should be working given the change log update.
Here's a video of what's happening on my end:
https://github.com/user-attachments/assets/3462eea2-656d-41f8-bec9-d129eed938c0
Flavors
- [ ] Script tag
- [ ] React
- [ ] Python/Jupyter notebook
- [x] MapboxOverlay
- [ ] GoogleMapsOverlay
- [ ] CARTO
- [ ] ArcGIS
Expected Behavior
No response
Steps to Reproduce
-
npm installin example directory -
npm startin example directory - Pan and rotate globe view around
Environment
- Framework version: [email protected]
- Browser: Chrome 134.0.6998.89
- OS: Mac OS Sequoia 15.3.2
Logs
No response
Pitching is not currently supported on the deck.gl side as far as I know. You need to disable on the MapLibre instance via:
dragRotate: false,
pitchWithRotate: false,
rollEnabled: false,
maxPitch: 0,