bvarick / route_analysis

GNU General Public License v3.0
0 stars 1 forks source link

Brouter backend docker container #11

Open bvarick opened 1 day ago

bvarick commented 1 day ago

I changed the docker directory to include two subdirectories: osrm and brouter.

And I added to the make file:

Then the front-end (brouter-web) should be available on http://127.0.0.1:8080 and the backend (brouter) at http://127.0.0.1:17777/brouter

I renamed the previous make commands for osrm to:

The RMarkdown file cycling_route_analysis_brouter.Rmd needs both the brouter backend (for routes) and osrm backend (for the isodistance polygon)

syounkin commented 1 day ago

This is running without error on my machine.