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 ran into a need to use contains?/2 with a GeometryCollection as an argument. There is no support for complex geometries, so I implemented a helper to flatten GeometryCollection into non-complex MultiPolygon geometry.
I'm wondering if there is a place in topo for this feature? I'd be happy to contribute.
The text was updated successfully, but these errors were encountered:
I ran into a need to use
contains?/2
with aGeometryCollection
as an argument. There is no support for complex geometries, so I implemented a helper to flatten GeometryCollection into non-complex MultiPolygon geometry.I'm wondering if there is a place in topo for this feature? I'd be happy to contribute.
The text was updated successfully, but these errors were encountered: