From 1047ec1faff36a74bfd4f71013716237673254b4 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Fri, 1 Nov 2024 17:10:07 -0500 Subject: [PATCH] changed port of OSRM servber to match second cycling-specific routing container --- cycling_route_analysis.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cycling_route_analysis.Rmd b/cycling_route_analysis.Rmd index 4285717..523912f 100644 --- a/cycling_route_analysis.Rmd +++ b/cycling_route_analysis.Rmd @@ -69,7 +69,7 @@ bike_lts_scale <- data.frame(code = c(1, 2, 3, 4, 9), ## Open Source Routing Machine (OSRM) ```{r osrm, eval = TRUE, echo = TRUE, results = "show", warning = FALSE, error = TRUE, message = FALSE} -options(osrm.server = "http://127.0.0.1:5000/") +options(osrm.server = "http://127.0.0.1:5001/") options(osrm.profile = "bike") ```