Skip to content

Commit

Permalink
simplify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Feb 16, 2022
1 parent 43751e4 commit c409ab8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ export class UpdateSourceEditor extends Component<Props, State> {
: (metric: EuiComboBoxOptionOption<AGG_TYPE>) => {
// terms aggregation is not supported with Elasticsearch _mvt endpoint
// The goal is to remove GeoJSON ESGeoGridSource implemenation and only have MVT ESGeoGridSource implemenation
// First step is to deprecate terms aggregation for ESGeoGridSource source
// and prevent new uses of terms aggregation for ESGeoGridSource source
// First step is to deprecate terms aggregation for ESGeoGridSource
// and prevent new uses of terms aggregation for ESGeoGridSource
return metric.value !== AGG_TYPE.TERMS;
};
}
Expand Down

0 comments on commit c409ab8

Please sign in to comment.