From 2090ed56bc992539de770e2cba8cd70bc9edc60d Mon Sep 17 00:00:00 2001 From: Carla Date: Mon, 22 Feb 2016 17:18:15 +0100 Subject: [PATCH] Fix incorrect quoting --- doc/isoline_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/isoline_functions.md b/doc/isoline_functions.md index be760a6..dfb1b74 100644 --- a/doc/isoline_functions.md +++ b/doc/isoline_functions.md @@ -84,5 +84,5 @@ Name | Type | Description | Accepted values `mode_type` | `text` | Type of route calculation | `shortest` or `fastest`. `shortest` by default `mode_traffic` | `text` | Use traffic data to calculate the route | `enabled` or `disabled`. `disabled` by default `resolution` | `text` | Allows you to specify the level of detail needed for the isoline polygon. Unit is meters per pixel. Higher resolution may increase the response time of the service. -`maxpoints` | `text` | Allows you to limit the amount of points in the returned isoline. If the isoline consists of multiple components, the sum of points from all components is considered. Each component will have at least two points. It is possible that more points than specified could be returned, in case when two * number of components` is higher than the `maxpoints` value itself. Increasing the number of `maxpoints` may increase the response time of the service. +`maxpoints` | `text` | Allows you to limit the amount of points in the returned isoline. If the isoline consists of multiple components, the sum of points from all components is considered. Each component will have at least two points. It is possible that more points than specified could be returned, in case when `2 * number of components` is higher than the `maxpoints` value itself. Increasing the number of `maxpoints` may increase the response time of the service. `quality` | `text` | Allows you to reduce the quality of the isoline in favor of the response time. | `1`, `2`, `3`. Default value is `1`, corresponding to the best quality option.