changed port of OSRM servber to match second cycling-specific routing container
This commit is contained in:
parent
9f70e1a6c1
commit
1047ec1faf
@ -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:5000/")
|
options(osrm.server = "http://127.0.0.1:5001/")
|
||||||
options(osrm.profile = "bike")
|
options(osrm.profile = "bike")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user