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
Check a current active route link for any long route for an example. The route starts and ends at the Lockon but the last (n-9) drops will be missing.
Apparently, there's a limit on the number of waypoints a route can have when using the free version of the Maps API (source: lots of stackoverflow etc results for similar complaints).
Possible workarounds:
don't display the Route buttons for longer routes, to avoid confusion
mitigate by removing any duplicate waypoints before calculating route, e.g. at
does actually show all the waypoints. (It ignores travelmode, though, even when the & is corrected to ?, which would be misleading for cyclists as the default is car.) Using URL hacking rather than the proper API would be brittle, though.
The text was updated successfully, but these errors were encountered:
Check a current active route link for any long route for an example. The route starts and ends at the Lockon but the last (n-9) drops will be missing.
Apparently, there's a limit on the number of waypoints a route can have when using the free version of the Maps API (source: lots of stackoverflow etc results for similar complaints).
Possible workarounds:
cck-volunteer-web-app/components/deliveries-list/DeliveriesList.jsx
Line 78 in fcff3cf
cck-volunteer-web-app/components/deliveries-list/DeliveriesList.jsx
Lines 80 to 86 in fcff3cf
with something like
does actually show all the waypoints. (It ignores
travelmode
, though, even when the&
is corrected to?
, which would be misleading for cyclists as the default is car.) Using URL hacking rather than the proper API would be brittle, though.The text was updated successfully, but these errors were encountered: