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.
I ran into a need to use
contains?/2with aGeometryCollectionas 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.