Add more projection options to Mapbox map layers in Python
I am not sure if I should put this feature request should be here or in Plotly.py I put one in Plotly.py https://github.com/plotly/plotly.py/issues/4189#issue-1696621984
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 in scatter_geo (see the doc)but not Mapbox layers.
See projections support in Mapbox-GL here. See what's looks like with projection here,

According to their docs page you linked:
Starting from v2.6, Mapbox GL JS supports multiple map projections.
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?
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. @this-josh Are you interested in submitting a PR request?
Sorry I looked into this and don't believe I'm able to at the moment.
See #5578 and https://github.com/plotly/Plotly.NET/issues/282#issuecomment-1158978919
@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.
@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. Please feel free to open a pull request. cc: #5578
@gvwilson @archmoj Can I also suggest: https://github.com/vasturiano/react-globe.gl