Use full-sample aggregation mode

This commit is contained in:
Daniel García Aubert 2017-12-22 12:15:37 +01:00
parent efdfabf3e9
commit a2f804d79f

View File

@ -740,7 +740,7 @@ describe('aggregation', function () {
sql: POINTS_SQL_1,
resolution: 256,
aggregation: {
placement: 'point-grid',
placement: 'full-sample',
columns: {
total: {
aggregate_function: 'sum',