-
-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
423abdd
commit b848389
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -540,7 +540,7 @@ This is done using the publicly available OSRM service with the **stplanr** func | |
|
||
```{r 13-transport-18, message=FALSE} | ||
routes_short = route(l = desire_lines_short, route_fun = route_osrm, | ||
osrm.profile = "bike") | ||
osrm.profile = "car") | ||
``` | ||
|
||
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. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Robinlovelace
Author
Collaborator
|
||
|
@Robinlovelace is this a temporary fix? (If not, should the following sentence about cycling be updated?)