From 134d2f400ef92b894a89ffad52a3ca49d141b5a2 Mon Sep 17 00:00:00 2001 From: Carla Date: Thu, 18 Feb 2016 09:42:50 +0100 Subject: [PATCH] Typo in function params --- doc/isoline_functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/isoline_functions.md b/doc/isoline_functions.md index d0c96e7..3c20066 100644 --- a/doc/isoline_functions.md +++ b/doc/isoline_functions.md @@ -17,7 +17,7 @@ Be mindful of the following when using these functions: Name | Type | Description | Accepted values --- | --- | --- | --- `source` | `geometry` | Source point, in 4326 projection, which defines the start location. | -`mode` | `geometry` | Type of transport used to calculate the isolines. | `car` or `walk` +`mode` | `text` | Type of transport used to calculate the isolines. | `car` or `walk` `range` | `integer[]` | Range of the isoline, in meters. | `options` | `text[]` | Optional. Multiple options to add more capabilities to the analysis. See [Optional isolines parameters](#optional-isoline-parameters) for details. @@ -58,7 +58,7 @@ This function uses the same parameters and information as the `cdb_isodistance` Name | Type | Description | Accepted values --- | --- | --- | --- `source` | `geometry` | Source point, in 4326 projection, which defines the start location. | -`mode` | `geometry` | Type of transport used to calculate the isolines. | `car` or `walk` +`mode` | `text` | Type of transport used to calculate the isolines. | `car` or `walk` `range` | `integer[]` | Range of the isoline, in seconds. | `options` | `text[]` | Optional. Multiple options to add more capabilities to the analysis. See [Optional isolines parameters](#optional-isoline-parameters) for details.