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
I have added support for more efficient linestring indexing. Instead of running a linestring as a polygon (s2map), or as a bbox (current cardboard), linestrings are now given a slight buffer (.00001 miles), then run as a polygon. Computation of a line buffer is not the cheapest in node, but probably way cheaper down the pipe than our lines requiring more GETs. In the future, we could do this directly in s2/C++ for more speed. Results:
No description provided.
The text was updated successfully, but these errors were encountered: