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
filter_features decomposes MultiPolygons, MultiLineStrings, and MultiPoints into sub-features, but its output is not valid GeoJSON because these sub-features do not have a properties.
The text was updated successfully, but these errors were encountered:
@ericfischer in hindsight, I think the best way to handle this would have been to always deal with the geometry object only, as this is only what is needed internally for supermercado. But, I don't want to break any functionality so I added test + a PR to simply pass through whatever is provided to said function (as it currently works for non-Multi* geometry types): #46
filter_features
decomposes MultiPolygons, MultiLineStrings, and MultiPoints into sub-features, but its output is not valid GeoJSON because these sub-features do not have aproperties
.The text was updated successfully, but these errors were encountered: