You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, Turf/JSTS/martinez could not easily handle aggregated features, so we'd iteratively union them all together with the _locationReducer function. (this was slow)
Now mfogel/polygon-clipping can handle multiple input coord arrays, so we can send all the coords in one shot and it just works fast
The text was updated successfully, but these errors were encountered:
I made this change in 86ab4ae
In the past, Turf/JSTS/martinez could not easily handle aggregated features, so we'd iteratively union them all together with the
_locationReducer
function. (this was slow)Now mfogel/polygon-clipping can handle multiple input coord arrays, so we can send all the coords in one shot and it just works fast
The text was updated successfully, but these errors were encountered: