From 02413eb974d6c0c14fd6a315a31325ee2d7ddb35 Mon Sep 17 00:00:00 2001 From: csobier Date: Thu, 9 Mar 2017 08:15:43 -0500 Subject: [PATCH] line 412, bad tag --- doc/measures_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/measures_functions.md b/doc/measures_functions.md index 6604017..8ca529d 100644 --- a/doc/measures_functions.md +++ b/doc/measures_functions.md @@ -409,7 +409,7 @@ WHERE cartodb_id = data.id The ```OBS_GetData(ids, metadata)``` function returns a measure and/or geometry corresponding to the `metadata` JSON array for each every id of the `ids` array. The metadata argument must be obtained from -```OBS_GetMeta(extent, metadata)```. When obtaining metadata, one must include +`OBS_GetMeta(extent, metadata)`. When obtaining metadata, one must include the `geom_id` corresponding to the boundary that the `ids` refer to. #### Arguments