Volodymyr Agafonkin
Volodymyr Agafonkin
Ah, yeah, I forgot to mention that I dropped the CommonJS entry point — I did the same with Flatbush a year ago and no one mentioned it. Is it...
@dnohr the easiest approach is to just use KDBush v3 and not upgrade further. Another option is to use a dynamic import within a CommonJS module — `await import('kdbush')`.
Thanks for the pull! Can you demonstrate flickering with a JSFiddle? It seems to me that there should be no flickering because Canvas drawing operations are synchronous, so it won't...
@IvanSanchez awesome attempt! How does the performance look at the moment (when using spheres of equivalent triangle count)? This is cool, but I'm most worried about the code complexity —...
Thanks for the reports, everyone, investigating... Related to our attempt to fix #11831.
What's your OS? We added some code to ignore circular dependencies in `style-spec`, but maybe the leading slash breaks things in Windows, not sure... cc @stepankuzmin https://github.com/mapbox/mapbox-gl-js/blob/541c310343547c76b83fb26c97126bb4f15f9479/rollup.config.js#L92-L97
Thanks for the suggestion! Yeah, in theory, Supercluster could track whether all locations of a cluster are the same, and expose some kind of `cluster_same_location: true` property.
Thanks for the PR! Is there a reason to separately introduce this method if you can already get `solarNoon` from `getTimes` which is essentially the same thing?
> But to help resolve the conflict there does need to be an objective de facto acknowledgement of who controls and asserts what about the territory the ground @nvkelso there...
@lonix1 come on, that's clearly not the case — even the unminified, uncompressed source code for `leaflet.css` is just 12.5KB. Gzipped it's around 3kb. A minified version would also be...