From e57c4c824b4c4738af46ddc8aff52fcf975c7d4b Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 11 Jan 2018 11:45:44 +0000 Subject: [PATCH] fix invalid json --- docs/aggregation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/aggregation.md b/docs/aggregation.md index 84c76415..48e453de 100644 --- a/docs/aggregation.md +++ b/docs/aggregation.md @@ -166,7 +166,7 @@ This is the minimum number of (estimated) rows in the dataset (query results) fo "cartocss": "#table { marker-width: [total]; marker-fill: ramp(value, (red, green, blue), jenks); }", "cartocss_version": "2.3.0", "aggregation": { - "placement": "centroid",s + "placement": "centroid", "columns": { "value": { "aggregate_function": "avg", @@ -177,7 +177,7 @@ This is the minimum number of (estimated) rows in the dataset (query results) fo "aggregated_column": "value" } }, - "resolution": 2, // Aggregation cell is 2x2 pixels + "resolution": 2, "threshold": 500000 } }