Change default aggregation placement to point-sample

For consistency with the default aggregation.
This commit is contained in:
Javier Goizueta 2017-12-22 15:46:29 +01:00
parent 54f32113f3
commit 1ce8076699

View File

@ -1,4 +1,4 @@
const DEFAULT_PLACEMENT = 'centroid';
const DEFAULT_PLACEMENT = 'point-sample';
/**
* Returns a template function (function that accepts template parameters and returns a string)