-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Automatic line colouring & steps #85
base: master
Are you sure you want to change the base?
Conversation
…rt type and colour accordingly. Added the individual direction steps to the return type in order to break down the journey in to multiple steps.
Thanks for this PR. It's a nice addition. A few questions though:
Please keep the contents of your PR limited to only the changes that it says it provides. |
@bramus Looks like I had some rouge VSCode extension removing unused props! Resolved both issues. |
@garydevenay Thanks for the extra pushed commits. It still looks a bit borked though, when you check the "files changed" tab. Please go over your changes again. Don't be afraid to squash a few commits too, to keep the history clean. Thanks. |
Any updates on this? |
this is such a useful feature. any update? |
bump, any updates this would be awesome |
When using a transit polyline, I added a prop to allow the line to be split and automatically coloured by the transit line type provided by Google.
I also added the journey steps to the onReady return object to facilitate the breakdown of a journey into multiple steps over many transit types.