Disable map views based on params, remove distinct

This commit is contained in:
Guntis Smaukstelis
2024-02-09 15:14:00 +02:00
parent 23c0990495
commit 336dbe5596
2 changed files with 28 additions and 44 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ export const weatherField = ["tempMax", "tempMin", "tempAvg", "precipitation", "
export const weatherFieldNumeric = weatherField.filter(f => f !== "phenomena");
export const aggregateKey = ["min", "max", "avg", "sum", "list", "distinct"];
// export const aggregateKey = ["min", "max", "avg", "sum", "list", "distinct"];
export const aggregateKey = ["min", "max", "avg", "sum", "list"];
export const aggregateGranularity = ["hour", "day", "month", "year"];