diff --git a/src/Plugin/GeoclusterAlgorithm/MySQLGeohashGeoclusterAlgorithm.php b/src/Plugin/GeoclusterAlgorithm/MySQLGeohashGeoclusterAlgorithm.php index 1060be0..6489090 100644 --- a/src/Plugin/GeoclusterAlgorithm/MySQLGeohashGeoclusterAlgorithm.php +++ b/src/Plugin/GeoclusterAlgorithm/MySQLGeohashGeoclusterAlgorithm.php @@ -82,7 +82,7 @@ class MySQLGeohashGeoclusterAlgorithm extends GeohashGeoclusterAlgorithm { $this->addFields(['geocluster_ids' => 'entity_id'], 'group_concat', $field); // Add count(entity_id). - $this->addFields(['geocluster_count' => 'entity_id'], 'count', $field); + // $this->addFields(['geocluster_count' => 'entity_id'], 'count', $field); // Add center point: avg(lat), avg(lng). $avg_fields = [