Mark aggregation queries
This commit is contained in:
parent
55dd049812
commit
4f8b541010
@ -10,4 +10,4 @@ module.exports = class RasterAggregation extends BaseAggregation {
|
||||
}
|
||||
};
|
||||
|
||||
const rasterAggregationQueryTemplate = ctx => `${ctx.sourceQuery}`;
|
||||
const rasterAggregationQueryTemplate = ctx => `/** aggregated query (raster) **/ ${ctx.sourceQuery}`;
|
||||
|
@ -10,4 +10,4 @@ module.exports = class VectorAggregation extends BaseAggregation {
|
||||
}
|
||||
};
|
||||
|
||||
const vectorAggregationQueryTemplate = ctx => `${ctx.sourceQuery}`;
|
||||
const vectorAggregationQueryTemplate = ctx => `/** aggregated query (vector) **/ ${ctx.sourceQuery}`;
|
||||
|
Loading…
Reference in New Issue
Block a user