Skip to content

Commit

Permalink
Fix #486
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Apr 4, 2020
1 parent dccbbe9 commit 5522573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 12-transport.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,11 @@ desire_carshort = dplyr::filter(desire_lines, car_driver > 300 & distance < 5000
```

```{r 12-transport-18, eval=FALSE}
library(osrm)
route_carshort = route(
l = desire_carshort,
route_fun = osrm::osrmRoute,
point_input = TRUE
route_fun = osrmRoute,
returnclass = "sf" # argument passed to route_fun
)
```

Expand Down

0 comments on commit 5522573

Please sign in to comment.