From 89264eb89bebd1fd093c28c5755af98478b72c5f Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Tue, 27 Sep 2016 15:03:59 +0200 Subject: [PATCH] Better documents profile request parameter, resolves #2952 --- docs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http.md b/docs/http.md index f870c86b4..4c51a7ae5 100644 --- a/docs/http.md +++ b/docs/http.md @@ -38,7 +38,7 @@ http://{server}/{service}/{version}/{profile}/{coordinates}[.{format}]?option=va | [`tile`](#service-tile) | Return vector tiles containing debugging info | - `version`: Version of the protocol implemented by the service. -- `profile`: Mode of transportation, is determined by the profile that is used to prepare the data +- `profile`: Mode of transportation, is determined statically by the Lua profile that is used to prepare the data using `osrm-extract`. - `coordinates`: String of format `{longitude},{latitude};{longitude},{latitude}[;{longitude},{latitude} ...]` or `polyline({polyline})`. - `format`: Only `json` is supported at the moment. This parameter is optional and defaults to `json`.