Replies: 1 comment
-
@JackDanger @DraXus @springmeyer @freenerd any idea? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have downloaded osm.pbf file for Ontario from : https://download.geofabrik.de/north-america/canada/ontario.html
project is running on Docker and works well when I use
route
service and it is not working on Match-Mapping.URL I am using :
route service: http://192.168.1.105:5000/route/v1/car/-69.278593063354,48.39250989256701;-69.2927551269527,48.38561319551778?overview=false&steps=true
match service:
http://192.168.1.105:5000/match/v1/car/-69.278593063354,48.39250989256701;-69.2927551269527,48.38561319551778?overview=false&steps=true
response:
{
"message": "Could not find a matching segment for any coordinate.",
"code": "NoSegment"
}
can someone please help?
Beta Was this translation helpful? Give feedback.
All reactions