This commit is contained in:
Javier Goizueta 2018-05-16 14:45:34 +02:00
parent 3af1182206
commit 012fa91e83

View File

@ -71,7 +71,7 @@ function columnAggregations(field) {
function addStat(queries, ctx, type, zoom, query, assign, assignDefault=null) {
let sql;
if (type === 'pre') {
sql = ctx. preQuery;
sql = ctx.preQuery;
}
else {
sql = queryForZoom(ctx.aggrQuery, zoom);