Avoid requiring the_geom for point-sample aggregation
This commit is contained in:
parent
acf0b082b4
commit
1e65804a1b
@ -381,7 +381,7 @@ const aggregationQueryTemplates = {
|
||||
)
|
||||
SELECT
|
||||
_cdb_clusters.cartodb_id,
|
||||
the_geom, the_geom_webmercator
|
||||
the_geom_webmercator
|
||||
${dimensionNames(ctx, '_cdb_clusters')}
|
||||
${aggregateColumnNames(ctx, '_cdb_clusters')}
|
||||
FROM
|
||||
|
Loading…
Reference in New Issue
Block a user