Skip to content

Commit b848389

Browse files
committed
Update routing profile, close #1147
1 parent 423abdd commit b848389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13-transport.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ This is done using the publicly available OSRM service with the **stplanr** func
540540

541541
```{r 13-transport-18, message=FALSE}
542542
routes_short = route(l = desire_lines_short, route_fun = route_osrm,
543-
osrm.profile = "bike")
543+
osrm.profile = "car")
544544
```
545545

546546
The output is `routes_short`, an `sf` object representing routes on the transport network\index{network} that are suitable for cycling (according to the OSRM routing engine at least), one for each desire line.

0 commit comments

Comments
 (0)