From e8af613aaad4f5c837cdfda4eb68dd2d8d3b0e09 Mon Sep 17 00:00:00 2001 From: Project OSRM Date: Thu, 9 Feb 2012 18:41:01 +0100 Subject: [PATCH] Update README.TXT --- README.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.TXT b/README.TXT index 7d4c3beb4..be70b58f9 100644 --- a/README.TXT +++ b/README.TXT @@ -97,7 +97,7 @@ command line tool. The server responds with KML-formatted output. Assume the server is installed on machine localhost and a map containing the Netherlands has been installed. Computing a route from Amsterdam to The Hague can be done by calling - http://localhost:5000/route&52.370197&4.890444&52.048167&4.3175 + http://localhost:5000/viaroute&52.370197&4.890444&52.048167&4.3175 which gives a shortest (fastest) route between the two points. To locate a point in the map that is nearest to a given coordinate use the following call http://localhost:5000/nearest&52.048167&4.3175