-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add more projection options to Mapbox map layers in Python #6591
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
According to their docs page you linked:
Unfortunately we can't advance beyond v1.x of mapbox-gl because they changed their license to one that's incompatible with use in libraries like ours. You can read more about this here: https://www.geoapify.com/mapbox-gl-new-license-and-6-free-alternatives |
MapLibre is an open-source continuation of Mapbox v1. Incidentally, they have recently released a bounty for a map view . Would Plotly ever consider replacing Mapbox with MapLibre? |
That's interesting. |
Sorry I looked into this and don't believe I'm able to at the moment. |
See #5578 and plotly/Plotly.NET#282 (comment) |
@archmoj , there is some projection support now in MapLibre https://maplibre.org/maplibre-style-spec/projection/ , starting with experimental globe mode (update on that in the May newsletter here). Let me know if you need anything for a migration to MapLibre. |
Thanks @birkskyum for the note. |
I am not sure if I should put this feature request should be here or in Plotly.py I put one in Plotly.py plotly/plotly.py#4189 (comment)
Hi, I would like to see projection support in Mapbox map layers like,
px.scatter_mapbox
, such as 'globe' projection (which will make a tile-based 3d globe map). I noticed that Plotly is integrated with Mapbox-gl, and the Mapbox-GL support different projections, so it should be easy to have this option in Plotly. It looks like it's already supported inscatter_geo
(see the doc)but not Mapbox layers.See projections support in Mapbox-GL here. See what's looks like with projection here,


The text was updated successfully, but these errors were encountered: