Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed May 20, 2022
1 parent ef31ec9 commit 728fb31
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ apotheke.sf <- st_read(system.file("gpkg/apotheke.gpkg", package = "osrm"),
quiet = TRUE)
# Travel time matrix
distA <- osrmTable(loc = apotheke.sf[1:5,])
```

## [1] "http://0.0.0.0:5000/table/v1/car/polyline(_nh_Iyu_qA`vBikZo`^dgPzkVmvDmVnnK)?annotations=duration"

``` r
distA$durations
```

Expand Down Expand Up @@ -120,10 +115,7 @@ mf_credits(get_credit("OpenStreetMap"), pos = "bottomright", cex = .8,
dev.off()
```

![](https://raw.githubusercontent.com/riatelab/osrm/refactor/img/route.png)



![](https://raw.githubusercontent.com/riatelab/osrm/master/img/route.png)

### `osrmTrip()`

Expand All @@ -145,7 +137,7 @@ mf_credits(get_credit("OpenStreetMap"), pos = "bottomright", cex = .8,
dev.off()
```

![](https://raw.githubusercontent.com/riatelab/osrm/refactor/img/trip.png)
![](https://raw.githubusercontent.com/riatelab/osrm/master/img/trip.png)

### `osrmIsochrone()`

Expand All @@ -172,7 +164,7 @@ mf_credits(get_credit("OpenStreetMap"), pos = "bottomright", cex = .8,
dev.off()
```

![](https://raw.githubusercontent.com/riatelab/osrm/refactor/img/iso.png)
![](https://raw.githubusercontent.com/riatelab/osrm/master/img/iso.png)

## Installation

Expand Down
Binary file modified img/iso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/route.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/trip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 728fb31

Please sign in to comment.