Max von Hippel
Max von Hippel
This should not be a new issue. Moreover, the issues you've commented on almost definitely all arise from a common problem in the code base for animations and pointer rendering....
I have not figured out that it is the same issue. It just looks that way. I quote: (131) > When I bindTooltip to markers and add them to prunecluster,...
@valerio-bozzolan hahahah that's hilarious. I'm a contributor on a Netflix project for deleting a line of superfluous code, it's funny how things work out that way. @cordovapolymer How much data...
@cordovapolymer how often do you want to refresh the view? That's a very small amount of markers. You might not even need to fix those problems to accomplish this, you...
@cordovapolymer do you have code publicly I can look at? Anyway you can queue updates but then actually refresh once every other second or something, that's not a difficult technical...
I think a simple example with points (no polygons or other fancy stuff) being clustered from a .json or .geojson file would be very helpful. It's not that hard to...
I just managed to make it work, with a JSON file containing over 3,000,000 features. It takes about a minute to render on my MacBook pro but is completely smooth...
OK I just created a pull request with this feature. Please check it out! Thanks :) https://github.com/SINTEF-9012/PruneCluster/pull/135
Thanks for merging! This was my first ever contribution to an open-source project :D but yes I agree, an API-level GeoJSON functionality would eventually be ideal.
Not sure these are actually all separate issues. They all sounds like "when I do stuff the tooltip should move but the animation is kind of wonked". Before we all...