Hey can anyone help me with a detailed guide on how to setup valhalla rouitng engine on local machine, I tried doing but when I test the api call it is not giving response so if anyone can me withe detailed guide to setup this it would be really helpful
Hey can anyone help me with a detailed guide on how to setup valhalla rouitng engine
The easiest is the https://github.com/gis-ops/docker-valhalla docker image.
Check the andorra example.
I tried doing but when I test the api call it is not giving response
with the andorra example:
check the http://127.0.0.1:8002/status
and I see
{
"version": "3.4.0",
"tileset_last_modified": 1705068568,
"available_actions": [
"status",
"centroid",
"expansion",
"transit_available",
"trace_attributes",
"trace_route",
"isochrone",
"optimized_route",
"sources_to_targets",
"height",
"route",
"locate"
]
}
1 Like
Thanks @ImreSamu for your reply. the set up is ready now.
1 Like