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
This needs point-in-polygon. See #984 (comment) for why this isn't easy: in short, a robust point-in-polygon implementation requires quite a lot of supporting code. We (obviously) have all of that in geo, and can't use it for geo-types because that would create a circular dependency. The alternative is copy-and-pasting everything that's required into private_utils.rs, which is not maintainable.
In short: #984 (comment) is still the most sensible approach, except that it causes a lot of other problems.
I guess this explains why I never understood how to use
rstar
...The text was updated successfully, but these errors were encountered: