For small radius <~50cm, the clustering is not accurate. (Probably the accuracy will be different depending on the latitude.) The problem originates from rounding the coordinates to float32.
Work done
Enable arrayType argument for supercluster constructor to determine in what format store the coordinates values.
Default Float32Array value will work the same as before.
For small radius <~50cm, the clustering is not accurate. (Probably the accuracy will be different depending on the latitude.) The problem originates from rounding the coordinates to float32.
Work done
Enable arrayType argument for supercluster constructor to determine in what format store the coordinates values. Default
Float32Array
value will work the same as before.