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] GlobeView MVT layers not showing #6528

Closed
Baseform opened this issue Dec 22, 2021 · 3 comments
Closed

[Bug] GlobeView MVT layers not showing #6528

Baseform opened this issue Dec 22, 2021 · 3 comments
Assignees
Labels

Comments

@Baseform
Copy link

Baseform commented Dec 22, 2021

Description

MVT Layers don't show up; no error reported on console.
alpha.3 and previous versions do not have the same problem.

Expected Behavior

For MVT Layer data to show on Globe

Steps to Reproduce

Two codepens:
a) with alpha.7 (not working):
https://codepen.io/diogovit/pen/rNGGWQz

b) with alpha.3 (working)
https://codepen.io/diogovit/pen/dyVVOBw

Environment

  • Framework version: deck.gl@8.7.0-alpha.7
  • Browser: safari, chrome
  • OS: mac
@Baseform Baseform added the bug label Dec 22, 2021
@Pessimistress
Copy link
Collaborator

Pessimistress commented Dec 22, 2021

@felixpalmer Looks like MVTParser in loaders.gl 3.1 returns NaN coordinates when using coordinates: 'wgs84'.

@ibgreen ibgreen changed the title [Bug] GlobeView MVT layers not showing since 8.7.0-alpha.7 [Bug] GlobeView MVT layers not showing Dec 23, 2021
@felixpalmer
Copy link
Collaborator

@Pessimistress thanks for the report, will look into it this week

@felixpalmer
Copy link
Collaborator

Underlying issue fixed in visgl/loaders.gl#2052

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

3 participants