-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Enable "TMS" tile layer scheme as overlay in scattermapbox. #4658
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
Comments
Any updates on this issue? |
We'd be happy to integrate a PR for this but as far as I know no one is actively working on it :) |
Replacing the hardcoded The fix would be trivial, just allow users to specify "scheme" and pass it further where currently |
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson |
There are two different ways of defining
xyz
tile layers for map visualisation. They are differing in the orientation of the naming of the y coordinate:The TMS specification orders from Bottom Left and the Google/OpenStreetmap (WMS, 'slippy') specification orders from Top Left. So the y naming is inverted.
Here you can find the required mapbox gl entry point:
Vector->Scheme
This issue plotly/plotly.py#1610 and this thread plotly/plotly.py#2272 relates to this problem.
The text was updated successfully, but these errors were encountered: