diff --git a/README.md b/README.md index 4e46613..1a20ddf 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,14 @@ 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 @@ -51,10 +53,12 @@ require __DIR__ . '/vendor/autoload.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