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] Map Polygons not rendering in Safari 15 #6617

Closed
1 of 6 tasks
spkompella opened this issue Feb 3, 2022 · 4 comments
Closed
1 of 6 tasks

[Bug] Map Polygons not rendering in Safari 15 #6617

spkompella opened this issue Feb 3, 2022 · 4 comments
Labels

Comments

@spkompella
Copy link

Description

I am having very similar issues to issue #6414 but using maps generated with Pydeck.
Currently using Pydeck 0.7.1 (latest) but still seeing the issues on iOS devices.
Maps are working smoothly on older versions of Safari and I haven't been able to try and new Dev Previews for Safari.

Flavors

  • React
  • Python/Jupyter notebook
  • MapboxLayer
  • GoogleMapsOverlay
  • CartoLayer
  • DeckLayer/DeckRenderer for ArcGIS

Expected Behavior

No response

Steps to Reproduce

Visit my test app at http://testapp2-env.eba-ms3mqwrb.us-west-2.elasticbeanstalk.com/ on a iOS device running 15+.
See images for expected results vs observe
Image from iOS (7)
Image from iOS (6)

Environment

  • Framework version: Pydeck 0.7.1
  • Browser: Safari 15
  • OS: iOS 15.0.2

Logs

No response

@spkompella spkompella added the bug label Feb 3, 2022
@Pessimistress
Copy link
Collaborator

@ajduberstein What version of deck.gl is pydeck on?

@kylebarron
Copy link
Collaborator

kylebarron commented Feb 3, 2022

I looked at the 0.7.1 bundle on PyPI and it looks like frontend_semver.py sets

DECKGL_SEMVER = "~8.5.*"

This is still the case on the master branch

DECKGL_SEMVER = "~8.5.*"

@Pessimistress
Copy link
Collaborator

@spkompella Your app shows that it's using deck.gl v8.2.5 (type deck.version in the console). I doubt it is generated with the latest pydeck. Safari 15 compatibility was fixed in v8.5.

@Pessimistress Pessimistress removed the bug label Feb 4, 2022
@spkompella
Copy link
Author

Closing issue as this error was caused by a different package with Deck.GL dependency.

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

4 participants