Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data points missing with noverlap #47

Open
nullpainter opened this issue Jun 24, 2013 · 0 comments
Open

Data points missing with noverlap #47

nullpainter opened this issue Jun 24, 2013 · 0 comments

Comments

@nullpainter
Copy link

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:

for p in [0..l-3] 

is changed to the following:

for p in [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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant