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
At the moment in order to pick up hgv-specific tolls with avoid: tollways one has to additionally specify vehicle_type in options. Apart from the fact that this behavior us not documented, this is unpractical because currently the result doesn't depend on the particular value of vehicle_type anyway (even though it potentially could...).
Consider changing the logic such that results from TollwayExtractor depend on profile rather than vehicle_type.
The text was updated successfully, but these errors were encountered:
At the moment in order to pick up hgv-specific tolls with
avoid: tollways
one has to additionally specifyvehicle_type
in options. Apart from the fact that this behavior us not documented, this is unpractical because currently the result doesn't depend on the particular value ofvehicle_type
anyway (even though it potentially could...).Consider changing the logic such that results from
TollwayExtractor
depend onprofile
rather thanvehicle_type
.The text was updated successfully, but these errors were encountered: