Avoid requiring the_geom for point-sample aggregation

This commit is contained in:
Javier Goizueta 2018-09-12 11:26:14 +02:00
parent acf0b082b4
commit 1e65804a1b

View File

@ -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