Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riverside committed Jun 29, 2023
1 parent eee8de1 commit 4ef1c1c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,27 @@ require __DIR__ . '/vendor/autoload.php';
- [Table][3] - Computes the duration of the fastest route between all pairs of supplied coordinates. Returns the durations or distances or both between the coordinate pairs.
- [Match][4] - Map matching matches/snaps given GPS points to the road network in the most plausible way.
- [Trip][5] - Solves the Traveling Salesman Problem using a greedy heuristic (farthest-insertion algorithm) for 10 or more waypoints and uses brute force for less than 10 waypoints.
- [Tile][6] - Generates [Mapbox Vector Tiles][7] that can be viewed with a vector-tile capable slippy-map viewer.
- [Tile][6] - Generates [Mapbox Vector Tiles][8] that can be viewed with a vector-tile capable slippy-map viewer.
- [Isochrones][7] - Generates travel time isochrones in GeoJSON format.

## Links
- [Project-OSRM (official website)][8]
- [Project-OSRM (GitHub)][9]
- [OSRM (OpenStreetMap.org)][10]
- [Project-OSRM (official website)][9]
- [Project-OSRM (GitHub)][10]
- [OSRM (OpenStreetMap.org)][11]
- [ORS (OpenRouteService.org)][12]

[1]: https://github.com/riverside/php-osrm/tree/master/examples/nearest.php
[2]: https://github.com/riverside/php-osrm/tree/master/examples/route.php
[3]: https://github.com/riverside/php-osrm/tree/master/examples/table.php
[4]: https://github.com/riverside/php-osrm/tree/master/examples/matcher.php
[5]: https://github.com/riverside/php-osrm/tree/master/examples/trip.php
[6]: https://github.com/riverside/php-osrm/tree/master/examples/tile.php
[7]: https://docs.mapbox.com/api/maps/vector-tiles/
[8]: https://project-osrm.org/
[9]: https://github.com/Project-OSRM
[10]: https://wiki.openstreetmap.org/wiki/Open_Source_Routing_Machine
[7]: https://github.com/riverside/php-osrm/tree/master/examples/isochrones.php
[8]: https://docs.mapbox.com/api/maps/vector-tiles/
[9]: https://project-osrm.org/
[10]: https://github.com/Project-OSRM
[11]: https://wiki.openstreetmap.org/wiki/Open_Source_Routing_Machine
[12]: https://openrouteservice.org/
[x1]: https://github.com/riverside/php-osrm/actions/workflows/test.yml/badge.svg
[y1]: https://github.com/riverside/php-osrm/actions/workflows/test.yml
[x2]: https://poser.pugx.org/riverside/php-osrm/v/stable
Expand Down

0 comments on commit 4ef1c1c

Please sign in to comment.