Change default aggregation placement to point-sample
For consistency with the default aggregation.
This commit is contained in:
parent
54f32113f3
commit
1ce8076699
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user