You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tooltips for pins and routes: Upon hover-over and/or click-over, display name, ridership, route, etc.
This may require JavaScript sending data to and from the back-end upon user action -- I suspect that loading in this data for every possible point up-front will cause excessive load times
It will also require reading in every StationRouteRelation for each station that serves multiple lines, and iterating through all of them to list them all properly on a single tooltip (ideally with a little color square for color-coded lines)
The text was updated successfully, but these errors were encountered:
Tooltips for pins and routes: Upon hover-over and/or click-over, display name, ridership, route, etc.
This may require JavaScript sending data to and from the back-end upon user action -- I suspect that loading in this data for every possible point up-front will cause excessive load times
It will also require reading in every StationRouteRelation for each station that serves multiple lines, and iterating through all of them to list them all properly on a single tooltip (ideally with a little color square for color-coded lines)
The text was updated successfully, but these errors were encountered: