-
Notifications
You must be signed in to change notification settings - Fork 120
Feature request: Add ScatterGeo to draw lines on maps #300
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
Hi @G0rocks, |
Hey Andrei-ng Do you have any tips for me? I started out by copying everything Mapbox and renaming it to geo and then my plan was to change those things actually do the geo plotting but I'm a little lost. Thanks :) |
Also writing here so I don't forget, this needs to go in the changelog somehow when it is ready |
I'm stuck where I'm always getting the same projection and not sure how to change it. Any help would be well appreciated. |
Hi, @G0rocks , I am currently traveling. I will have a look |
@G0rocks, you've started on the right path. Indeed, this specific type of traces need a new type of Layout options which are also not available in Plotly.rs. I think when you are talking about projections, you mean to be able to do something like this, right?
https://plotly.com/python/scatter-plots-on-maps/ For that, I think I will need to add the Layout.geo API similar to Python, https://plotly.com/python/reference/layout/geo/ I can look into that at the end of the week, but if you want to have a go, you can try on your own until then. |
I've just opened a Draft PR based on your work in your fork. |
Thanks @andrei-ng I am talking about doing something like those but what I would most like to have is something like this one Though what I have now is good enough for my purposes Thanks for opening a draft PR, I'll see if I can change it so maintainers from plotly.rs can push to the fork. |
Thanks for the examples. Now I understand what you are after. I will look into it, it is a matter of adding support for Layout.Geo. I have access to your fork and can push changes now. Thank you! |
Hello
I'm working on a project where I need to visualize some ship locations and make lines between past locations to see the traveled path and am having a confused time looking at these "straight" lines on a 2D plane so would love to be able to draw these on a globe and look at them that way.
The text was updated successfully, but these errors were encountered: