Rename method
This commit is contained in:
parent
75f72c4d07
commit
83d0ce4040
@ -210,10 +210,10 @@ module.exports = class AggregationMapConfig extends MapConfig {
|
||||
|
||||
return (this.isVectorOnlyMapConfig() && !this.hasLayerAggregation(index)) ||
|
||||
aggregation === true ||
|
||||
this._isEmptyAggregation(aggregation);
|
||||
this._isDefaultAggregation(aggregation);
|
||||
}
|
||||
|
||||
_isEmptyAggregation (aggregation) {
|
||||
_isDefaultAggregation (aggregation) {
|
||||
return aggregation.placement === undefined &&
|
||||
aggregation.columns === undefined &&
|
||||
this._isEmptyParameter(aggregation.dimensions);
|
||||
|
Loading…
Reference in New Issue
Block a user