-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Sometimes, due to the geometry of streets and stops, we may have some stops that are closer to another road than the intended one. In the example below, the stop represented by the red dot is served by routes passing along the orange line, although the blue line is closer to it.
In these cases, we have two options: we can either move the stop to a location closer to the intended road, or we can reassign the route by moving the stop anchor to the proper way. However, when there are multiple routes serving the same stop, this process can be overwhelming and time-consuming.
Is it possible to move the stop anchor and have it as the default point of reference for all routes using the same stop? If not, is there any possibility of implementing this new feature?