/graphhopper

Docker setup for GraphHopper

Primary LanguageShell

graphhopper

Start

  • Create a local data folder at the root and copy your .pbf file there
  • Change the OSM_FILE env variable in docker-compose.yml
  • Run it with docker-compose up
  • The default exposed port is 8989

Routing API

See API doc

Example for Philippines

curl -X GET -H "Content-type: application/json" http://localhost:8989/route?point=14.5114141,121.0580759&point=14.568599,120.9883453