This repository was archived by the owner on Jul 22, 2025. It is now read-only.
trace_route/trace_attributes API fails to find nodes on motorways #162
Unanswered
pmgomesLoL
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello,
I'm trying to use the Map Matching service API to snap a GPS route to the road network. Initialy I've used the demo server (https://valhalla1.openstreetmap.de) to check my bearings, afterwords I've setup valhalla-docker on my Ubuntu server 24.04 LTS. All the shapes that include a motorway are beeing split up into multiple shunks, but using the same input on the demo server I have a good and fully connected route.
If i try to route this input on my server:
It responds with:
and on the backend (docker logs) i get these messages:
Using the latest Portugal osm data extracts https://download.geofabrik.de/europe/portugal-latest.osm.pbf
While using the Demo server (https://valhalla1.openstreetmap.de)
I get the corret route.
Beta Was this translation helpful? Give feedback.
All reactions