So, I have got a shapefile which is in a GeoDataframe. I can convert it to long/lat if I need to but what I really want to do is to display that shapefile on a map with out the use of any other external services like Mapbox.
I have seen several examples of people turning a GeoDataframe into a nice Plotly map but all of them rely on Mapbox services.
How can I display my custome Shapefile in Plotly?
Thanks.