Closed luan-dang-techlabs closed 2 years ago
I didn't realized I was looking at clusters and not individual non-cluster.
@luan-dang-techlabs I'm facing the same issue, can you explain better what you meant by "I was looking at clusters and not individual non-cluster" ?
@francescocretti -From what I remember, clusters: those big blobs , non-clusters : individual data points. i was trying to find information for individual points but i was looking at the cluster instead. hope that helps.
@luan-dang-techlabs yes, that was it! thanks :)
Anyone having issue when using supercluster.load(Points),
e.g. Passing to supercluster.load(Points)
Points = { type: 'Feature', properties: { hi: 'world, } geometry: { type: 'Point', coordinates[,,]} }
e.g. Getting supercluster.getClusters(bound, 2);
Points = { type: 'Feature', properties: { cluster_id: z, // my data is gone but other properties for supercluster exist } geometry: { type: 'Point', coordinates[,,]} }