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
When the user has enabled the map's GeolocateControl and it is successfully providing location, whenever details on a stop is displayed the distance to that stop should be shown.
Risks:
Possible performance degradation if distance calculations are done inefficiently
Acceptance Criteria:
Distance to stop is shown only when the user's location is successfully being tracked by GeolocateControl
Any instances where a list of stops are provided or the user is looking at details for a specific stop the distance to each stop should be shown.
For now, the distance should be represented in miles to 1 decimal place.
The distance is calculated using the @turf/distance module
The text was updated successfully, but these errors were encountered:
Description:
When the user has enabled the map's GeolocateControl and it is successfully providing location, whenever details on a stop is displayed the distance to that stop should be shown.
Risks:
Possible performance degradation if distance calculations are done inefficiently
Acceptance Criteria:
@turf/distance
moduleThe text was updated successfully, but these errors were encountered: