Disable map views based on params, remove distinct
This commit is contained in:
+2
-1
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user