Volodymyr Agafonkin
Volodymyr Agafonkin
It's likely, although will probably come with performance costs. Supercluster used to be rbush-based and was 2.3 times slower: https://github.com/mapbox/supercluster/pull/5
KDBush algorithm is static by design. I'd have to roll back to RBush.
I guess this is not as critical as it may seem, because you rarely need to dynamically change an already huge dataset on the client. Typically you either have a...
Not at the moment unfortunately.
Can you provide a minimal reproducible live test case? It's impossible to tell otherwise.
@mattdesl this is awesome! I've been this module today extensively for recording some awesome demos for work, but wished it would be faster β takes 5 minutes to encode an...
Honestly I'm afraid to get into Proj4js code because I'm a total noob in GIS and weird projections, so will probably break something without knowing. :) But I'll see what...
Released `concaveman` v1.2.1 with the fix, hope that helps.
> because `rbush` at version 3.0.1 which is an ESM module which we can't use in turf at the moment because there is no transpiliation step Can you expand more...
Not a fan of bringing yet another computational geometry library as a dependency...