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
Both the manhattan and metro routers receive an extra offset at the beginning/end of the route (as large as one step unit). This is on top of any padding specified.
The offset is added by the getRectPoint function because of the way we use the config.directions array to control turns in the route.
The text was updated successfully, but these errors were encountered:
zbynekstara
changed the title
Smart routers: Ends of the route is offset by a step away from paddingBBox
Smart routers: Ends of the route are offset by a step away from padding box
Jan 18, 2019
Both the manhattan and metro routers receive an extra offset at the beginning/end of the route (as large as one
step
unit). This is on top of any padding specified.The offset is added by the
getRectPoint
function because of the way we use theconfig.directions
array to control turns in the route.The text was updated successfully, but these errors were encountered: