Skip to content

Commit

Permalink
Update routing profile, close #1147
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jan 1, 2025
1 parent 423abdd commit b848389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13-transport.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@Nowosad

Nowosad Jan 2, 2025

Member

@Robinlovelace is this a temporary fix? (If not, should the following sentence about cycling be updated?)

This comment has been minimized.

Copy link
@Robinlovelace

Robinlovelace Jan 2, 2025

Author Collaborator

Yes, the guys at osm.de are on the case. Well spotted.

Expand Down

0 comments on commit b848389

Please sign in to comment.