-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to capture missing road/dotted lines in VROOM? #1171
Comments
Can you be a bit more specific: what is your workflow and in which context do you actually see "dotted lines"? |
My current workflow is as follow:
We are using OSRM "https://map.project-osrm.org/" for plotting locations dynamically in GIS view. But, it shows dotted lines wherever the road between two locations is missing or if there is partial road available then it creates dotted line till location from the road not available. |
This has nothing to do with VROOM. What happens is that OSRM, or any other routing engine, will snap your input location to the nearest relevant road segment (see OSRM |
Yes, It just shows the dotted sign. But is it possible to capture such locations in the Vroom code? |
Not sure what you mean exactly. The snapping happens at the routing level, so totally outside of VROOM. If you have a lot of distance between your locations and the road network, you may want to improve your geocoding or find a better snapping mechanism in the first place. |
We are using OSM with VROOM. But OSM has missing road network where it shows dotted line. Is there a way to capture such dotted lines in VROOM?
The text was updated successfully, but these errors were encountered: