changed port back to 5001

This commit is contained in:
Ben Varick 2024-11-04 18:38:30 -06:00
parent a6e47e12a3
commit 8348f5606c
No known key found for this signature in database

View File

@ -69,7 +69,7 @@ bike_lts_scale <- data.frame(code = c(1, 2, 3, 4, 9),
## Open Source Routing Machine (OSRM) ## Open Source Routing Machine (OSRM)
```{r osrm, eval = TRUE, echo = TRUE, results = "show", warning = FALSE, error = TRUE, message = FALSE} ```{r osrm, eval = TRUE, echo = TRUE, results = "show", warning = FALSE, error = TRUE, message = FALSE}
options(osrm.server = "http://127.0.0.1:5002/") options(osrm.server = "http://127.0.0.1:5001/")
options(osrm.profile = "bike") options(osrm.profile = "bike")
``` ```