Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Globe example not displaying as expected #9526

Open
1 of 7 tasks
veech opened this issue Mar 15, 2025 · 1 comment
Open
1 of 7 tasks

[Bug] Globe example not displaying as expected #9526

veech opened this issue Mar 15, 2025 · 1 comment
Labels

Comments

@veech
Copy link

veech commented Mar 15, 2025

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:

maplibre-globe.mov

Flavors

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CARTO
  • ArcGIS

Expected Behavior

No response

Steps to Reproduce

  1. npm install in example directory
  2. npm start in example directory
  3. 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

@veech veech added the bug label Mar 15, 2025
@brandonjpierce
Copy link

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants