fix invalid json

This commit is contained in:
Raul Ochoa 2018-01-11 11:45:44 +00:00
parent 99324b15ef
commit e57c4c824b

View File

@ -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
}
}