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

how to add tms tiles in plotly #4197

Closed
tudoulei opened this issue May 9, 2023 · 2 comments
Closed

how to add tms tiles in plotly #4197

tudoulei opened this issue May 9, 2023 · 2 comments

Comments

@tudoulei
Copy link

tudoulei commented May 9, 2023

Plotly does not have the parameter 'scheme'

fig.update_layout(
mapbox_style="white-bg",
mapbox_layers=[
{
"below": 'traces',
"sourcetype": "raster",
"sourceattribution": "",
# "scheme": "tms",
"source": [
url
]
},

@tudoulei tudoulei changed the title how to add xyz tiles in plotly how to add tms tiles in plotly May 9, 2023
@makmegs
Copy link

makmegs commented Sep 4, 2023

This has been highlighted before at #1610

@gvwilson
Copy link
Contributor

Hi - we are tidying up 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 a while, 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. If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson

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

No branches or pull requests

3 participants