You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a test data set of four points - three overlapping, and one not overlapping - only the non-overlapping point renders when using noverlap and the default clusteringOpts.
I must confess to not examining the flow too closely, however when following line in symbolgroup.coffee:
forpin[0..l-3]
is changed to the following:
forpin[0..l]
my map renders correctly, with a single aggregate value for the overlapping points, and the non-overlapping point. That being said, I fully suspect this 'fix' may well be a hack, particularly given the reference to p+1 a bit later on.
The text was updated successfully, but these errors were encountered:
Using a test data set of four points - three overlapping, and one not overlapping - only the non-overlapping point renders when using
noverlap
and the defaultclusteringOpts
.I must confess to not examining the flow too closely, however when following line in
symbolgroup.coffee
:is changed to the following:
my map renders correctly, with a single aggregate value for the overlapping points, and the non-overlapping point. That being said, I fully suspect this 'fix' may well be a hack, particularly given the reference to
p+1
a bit later on.The text was updated successfully, but these errors were encountered: