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
The number of vertices differs currently for both inputs, because pairwise_linestring_intersection merges
the result for both cases and in the code path, there's no way distinguishing them.
The text was updated successfully, but these errors were encountered:
According to @thomcom,
contains
fails with the following use case:The number of vertices differs currently for both inputs, because
pairwise_linestring_intersection
mergesthe result for both cases and in the code path, there's no way distinguishing them.
The text was updated successfully, but these errors were encountered: